From b7128c6236ac9b4d5d69ad95d509498f38df0dd6 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 11 Sep 2005 01:05:30 +0000 Subject: Cleanup patch by Bernhard Fischer, removing unnecessary includes of getopt.h, whitespace changes, typos, etc. --- archival/bunzip2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'archival/bunzip2.c') diff --git a/archival/bunzip2.c b/archival/bunzip2.c index 740e26919..2ce6cfb86 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -6,7 +6,6 @@ */ #include -#include #include #include #include @@ -35,7 +34,7 @@ int bunzip2_main(int argc, char **argv) src_fd = STDIN_FILENO; filename = 0; } - + /* if called as bzcat force the stdout flag */ if ((opt & BUNZIP2_OPT_STDOUT) || bb_applet_name[2] == 'c') filename = 0; -- cgit v1.2.3