diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-19 10:46:06 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-19 10:46:06 +0000 |
commit | 1dbe340ebab31aa85446e83e8bc42f184b59b25b (patch) | |
tree | 188b315b963daf910c60ee8a3796d15365e7243f /gunzip.c | |
parent | c7c634bd88c57d910c6089de7f0091ca4e3d1843 (diff) | |
download | busybox-w32-1dbe340ebab31aa85446e83e8bc42f184b59b25b.tar.gz busybox-w32-1dbe340ebab31aa85446e83e8bc42f184b59b25b.tar.bz2 busybox-w32-1dbe340ebab31aa85446e83e8bc42f184b59b25b.zip |
more minor fixes
-Erik
Diffstat (limited to 'gunzip.c')
-rw-r--r-- | gunzip.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1291,12 +1291,6 @@ const char *reject; | |||
1291 | /* ======================================================================== | 1291 | /* ======================================================================== |
1292 | * Error handlers. | 1292 | * Error handlers. |
1293 | */ | 1293 | */ |
1294 | void warn(a, b) | ||
1295 | char *a, *b; /* message strings juxtaposed in output */ | ||
1296 | { | ||
1297 | WARN((stderr, "warning: %s%s\n", a, b)); | ||
1298 | } | ||
1299 | |||
1300 | void read_error() | 1294 | void read_error() |
1301 | { | 1295 | { |
1302 | fprintf(stderr, "\n"); | 1296 | fprintf(stderr, "\n"); |