diff options
author | Eric Andersen | 2002-07-11 11:11:56 +0000 |
---|---|---|
committer | Eric Andersen | 2002-07-11 11:11:56 +0000 |
commit | 2276d836398564a90f5ff237e63ca3104ae509f0 (patch) | |
tree | b516e1554a434ba539ed5318c0b3736940c1dd99 /archival/libunarchive/deb_extract.c | |
parent | cafc10323099befd1e45bb1d212a511dcbb92b11 (diff) | |
download | busybox-2276d836398564a90f5ff237e63ca3104ae509f0.zip busybox-2276d836398564a90f5ff237e63ca3104ae509f0.tar.gz |
Fixup warnings and undefined operations that show up in gcc-3.1
-Erik
Diffstat (limited to 'archival/libunarchive/deb_extract.c')
-rw-r--r-- | archival/libunarchive/deb_extract.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archival/libunarchive/deb_extract.c b/archival/libunarchive/deb_extract.c index e5b5c96..b95ac4d 100644 --- a/archival/libunarchive/deb_extract.c +++ b/archival/libunarchive/deb_extract.c @@ -80,4 +80,5 @@ char *deb_extract(const char *package_filename, FILE *out_stream, free(file_list); } return(output_buffer); -}
\ No newline at end of file +} + |