picoproj: remove an unreachable break statement
[libam7xxx.git] / examples / picoproj.c
index 610e148..d6d1c59 100644 (file)
@@ -160,7 +160,6 @@ int main(int argc, char *argv[])
                case 'h':
                        usage(argv[0]);
                        exit(EXIT_SUCCESS);
-                       break;
                default: /* '?' */
                        usage(argv[0]);
                        exit(EXIT_FAILURE);
@@ -265,7 +264,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,