diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-01 21:05:12 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-10-01 21:05:12 +0000 |
commit | b97c9842a521a54980b247ab8b920f057b128b2e (patch) | |
tree | 54731506b0d02a639aa2781412ca3ceab927594f /include | |
parent | bb119d059a80c85fe844b9f9c770e0c77aeb49e6 (diff) | |
download | busybox-w32-b97c9842a521a54980b247ab8b920f057b128b2e.tar.gz busybox-w32-b97c9842a521a54980b247ab8b920f057b128b2e.tar.bz2 busybox-w32-b97c9842a521a54980b247ab8b920f057b128b2e.zip |
sed: unbreak multiple -e, -f option handling (my fault)
Diffstat (limited to 'include')
-rw-r--r-- | include/dump.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dump.h b/include/dump.h index e8a96ef87..7e1715430 100644 --- a/include/dump.h +++ b/include/dump.h | |||
@@ -40,7 +40,7 @@ typedef struct _fs { /* format strings */ | |||
40 | } FS; | 40 | } FS; |
41 | 41 | ||
42 | extern void bb_dump_add(const char *fmt); | 42 | extern void bb_dump_add(const char *fmt); |
43 | extern int bb_dump_dump (char **argv); | 43 | extern int bb_dump_dump(char **argv); |
44 | extern int bb_dump_size(FS * fs); | 44 | extern int bb_dump_size(FS * fs); |
45 | 45 | ||
46 | extern FS *bb_dump_fshead; /* head of format strings */ | 46 | extern FS *bb_dump_fshead; /* head of format strings */ |