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 /coreutils/od.c | |
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 'coreutils/od.c')
-rw-r--r-- | coreutils/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/od.c b/coreutils/od.c index df06dd3ec..60a5174d9 100644 --- a/coreutils/od.c +++ b/coreutils/od.c | |||
@@ -189,7 +189,7 @@ int od_main(int argc, char **argv) | |||
189 | 189 | ||
190 | odoffset(argc, &argv); | 190 | odoffset(argc, &argv); |
191 | 191 | ||
192 | return(bb_dump_dump(argv)); | 192 | return bb_dump_dump(argv); |
193 | } | 193 | } |
194 | 194 | ||
195 | /*- | 195 | /*- |