diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-01 21:05:12 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-10-01 21:05:12 +0000 |
commit | fe8387675fa3a745aec691569d334afbdcb56199 (patch) | |
tree | 54731506b0d02a639aa2781412ca3ceab927594f /include/dump.h | |
parent | a580b634d9204d4fc4b9bea1775595e45ab434a9 (diff) | |
download | busybox-w32-fe8387675fa3a745aec691569d334afbdcb56199.tar.gz busybox-w32-fe8387675fa3a745aec691569d334afbdcb56199.tar.bz2 busybox-w32-fe8387675fa3a745aec691569d334afbdcb56199.zip |
sed: unbreak multiple -e, -f option handling (my fault)
git-svn-id: svn://busybox.net/trunk/busybox@16286 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/dump.h')
-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 */ |