hexdump: fixlet for my breakage
This commit is contained in:
parent
ec17d437ab
commit
4c196a80fc
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int hexdump_main(int argc, char **argv)
|
|||
bb_dump_length = -1;
|
||||
|
||||
while ((ch = getopt(argc, argv, hexdump_opts)) > 0) {
|
||||
p = strchr(hexdump_opts, ch)
|
||||
p = strchr(hexdump_opts, ch);
|
||||
if (!p)
|
||||
bb_show_usage();
|
||||
if ((p - hexdump_opts) < 5) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue