mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
tools: dumpimage: Fall-though to print usage for help command
This has the same result but some compilers will warn about this fall-through if there are statements as part of the label block. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
e5b5628e8a
commit
e3cd06be93
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ int main(int argc, char **argv)
|
|||
printf("dumpimage version %s\n", PLAIN_VERSION);
|
||||
exit(EXIT_SUCCESS);
|
||||
case 'h':
|
||||
usage();
|
||||
default:
|
||||
usage();
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue