From 8c35b7b5ecb4bdca110bd29adae7b5e47f141d3c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Mon, 27 May 2013 00:06:23 +0200 Subject: [PATCH] picoproj: remove an unneeded blank line --- examples/picoproj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/picoproj.c b/examples/picoproj.c index 610e148..92dbfbf 100644 --- a/examples/picoproj.c +++ b/examples/picoproj.c @@ -265,7 +265,6 @@ int main(int argc, char *argv[]) goto cleanup; } - if ((unsigned int)width > device_info.native_width || (unsigned int)height > device_info.native_height) fprintf(stderr, -- 2.1.4