aboutsummaryrefslogtreecommitdiff
path: root/libbb/unzip.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/unzip.c')
-rw-r--r--libbb/unzip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/unzip.c b/libbb/unzip.c
index 6c3f3229a..6c28d181d 100644
--- a/libbb/unzip.c
+++ b/libbb/unzip.c
@@ -7,8 +7,8 @@
7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de> 7 * Originally adjusted for busybox by Sven Rudolph <sr1@inf.tu-dresden.de>
8 * based on gzip sources 8 * based on gzip sources
9 * 9 *
10 * Adjusted further by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 10 * Adjusted further by Erik Andersen <andersee@debian.org> to support
11 * to support files as well as stdin/stdout, and to generally behave itself wrt 11 * files as well as stdin/stdout, and to generally behave itself wrt
12 * command line handling. 12 * command line handling.
13 * 13 *
14 * General cleanup to better adhere to the style guide and make use of standard 14 * General cleanup to better adhere to the style guide and make use of standard