diff options
Diffstat (limited to 'util-linux/hexdump_xxd.c')
-rw-r--r-- | util-linux/hexdump_xxd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c index 6cf6d0297..f2d1ecb2c 100644 --- a/util-linux/hexdump_xxd.c +++ b/util-linux/hexdump_xxd.c | |||
@@ -141,6 +141,7 @@ int xxd_main(int argc UNUSED_PARAM, char **argv) | |||
141 | bb_dump_add(dumper, buf); | 141 | bb_dump_add(dumper, buf); |
142 | } else { | 142 | } else { |
143 | bb_dump_add(dumper, "\"\n\""); | 143 | bb_dump_add(dumper, "\"\n\""); |
144 | dumper->eofstring = "\n"; | ||
144 | } | 145 | } |
145 | 146 | ||
146 | return bb_dump_dump(dumper, argv); | 147 | return bb_dump_dump(dumper, argv); |