diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-21 13:16:32 +0000 |
commit | 0beaff8c19fddb694aab084a59c47b486dd6a8eb (patch) | |
tree | 0b070e29913758862b0c3a9dccad93418199c569 /archival/libunarchive | |
parent | 9b0a439f026adec773706625f080ab00ae537fa0 (diff) | |
download | busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.gz busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.tar.bz2 busybox-w32-0beaff8c19fddb694aab084a59c47b486dd6a8eb.zip |
update Glenn McGrath's email address
Diffstat (limited to 'archival/libunarchive')
-rw-r--r-- | archival/libunarchive/decompress_unzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libunarchive/decompress_unzip.c b/archival/libunarchive/decompress_unzip.c index ead628ed5..275f80b33 100644 --- a/archival/libunarchive/decompress_unzip.c +++ b/archival/libunarchive/decompress_unzip.c | |||
@@ -12,7 +12,7 @@ | |||
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 |
15 | * busybox functions by Glenn McGrath <bug1@iinet.net.au> | 15 | * busybox functions by Glenn McGrath |
16 | * | 16 | * |
17 | * read_gz interface + associated hacking by Laurence Anderson | 17 | * read_gz interface + associated hacking by Laurence Anderson |
18 | * | 18 | * |