aboutsummaryrefslogtreecommitdiff
path: root/include/dump.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2023-05-25 23:48:13 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2023-05-25 23:48:13 +0200
commit0c3270f7e55e0ca7b8d664851468511d2c8995cf (patch)
treefdaf00c6f2db56cab992eec0d556b3ef0db61381 /include/dump.h
parent6882a933cf078be35f4eb93963365549d43cb497 (diff)
downloadbusybox-w32-0c3270f7e55e0ca7b8d664851468511d2c8995cf.tar.gz
busybox-w32-0c3270f7e55e0ca7b8d664851468511d2c8995cf.tar.bz2
busybox-w32-0c3270f7e55e0ca7b8d664851468511d2c8995cf.zip
od: stop printing extra trailing spaces
function old new delta .rodata 104598 104613 +15 display 1475 1485 +10 od_main 549 556 +7 rewrite 971 967 -4 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 3/1 up/down: 32/-4) Total: 28 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'include/dump.h')
-rw-r--r--include/dump.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dump.h b/include/dump.h
index 10fc5d900..11dcf4523 100644
--- a/include/dump.h
+++ b/include/dump.h
@@ -34,6 +34,7 @@ typedef struct dumper_t {
34 smallint dump_vflag; /*enum dump_vflag_t*/ 34 smallint dump_vflag; /*enum dump_vflag_t*/
35 FS *fshead; 35 FS *fshead;
36 const char *xxd_eofstring; 36 const char *xxd_eofstring;
37 const char *od_eofstring;
37 off_t address; /* address/offset in stream */ 38 off_t address; /* address/offset in stream */
38 long long xxd_displayoff; 39 long long xxd_displayoff;
39} dumper_t; 40} dumper_t;