diff options
Diffstat (limited to 'util-linux/hexdump.c')
-rw-r--r-- | util-linux/hexdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 136243122..c2d79da5b 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -66,9 +66,9 @@ int hexdump_main(int argc, char **argv) | |||
66 | bb_dump_add(add_first); | 66 | bb_dump_add(add_first); |
67 | bb_dump_add(add_strings[(int)(p - hexdump_opts)]); | 67 | bb_dump_add(add_strings[(int)(p - hexdump_opts)]); |
68 | } else if (ch == 'C') { | 68 | } else if (ch == 'C') { |
69 | bb_dump_add("\"%08.8_Ax\n\""); | 69 | bb_dump_add("\"%08.8_Ax\n\""); |
70 | bb_dump_add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" "); | 70 | bb_dump_add("\"%08.8_ax \" 8/1 \"%02x \" \" \" 8/1 \"%02x \" "); |
71 | bb_dump_add("\" |\" 16/1 \"%_p\" \"|\\n\""); | 71 | bb_dump_add("\" |\" 16/1 \"%_p\" \"|\\n\""); |
72 | } else { | 72 | } else { |
73 | /* Sae a little bit of space below by omitting the 'else's. */ | 73 | /* Sae a little bit of space below by omitting the 'else's. */ |
74 | if (ch == 'e') { | 74 | if (ch == 'e') { |