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