mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
This commit is contained in:
+1
-1
@@ -200,7 +200,7 @@ static void parse_args(int argc, char **argv)
|
||||
fprintf(stderr, "ERROR: Missing option argument, option: %c\n", optopt);
|
||||
show_usage(argv[0], EXIT_FAILURE);
|
||||
|
||||
break;
|
||||
default:
|
||||
fprintf(stderr, "ERROR: Unexpected option: %c\n", ch);
|
||||
show_usage(argv[0], EXIT_FAILURE);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user