X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=gunzip.c;h=d6382aed0a35fb11e41486ee4c3a93ad16278bdf;hb=f1f6d58598ae6628b6a31d512e9148674349ee98;hp=78ee1d3c1526834ce912b9d53590d1342fbd138b;hpb=330fd2b5767110f29544131d4c72c77e0506b6df;p=oweals%2Fbusybox.git diff --git a/gunzip.c b/gunzip.c index 78ee1d3c1..d6382aed0 100644 --- a/gunzip.c +++ b/gunzip.c @@ -28,6 +28,7 @@ */ #include "internal.h" +#include static const char gunzip_usage[] = "gunzip [OPTION]... FILE\n" @@ -746,7 +747,7 @@ int gunzip_main(int argc, char **argv) exit(FALSE); } } - exit(exit_code); + return(exit_code); }