From: Antonio Ospite Date: Sun, 26 May 2013 22:06:23 +0000 (+0200) Subject: picoproj: remove an unneeded blank line X-Git-Tag: v0.1.4~29 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/8c35b7b5ecb4bdca110bd29adae7b5e47f141d3c?ds=sidebyside picoproj: remove an unneeded blank line --- 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,