diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2004-04-25 05:11:19 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2004-04-25 05:11:19 +0000 |
commit | c6992feee37fff107298f81697756db6beadb87d (patch) | |
tree | 8317cbcc27649d7e541e7bddb3fdd09d1543e2da /archival/libunarchive | |
parent | b94669543df39440415d734ad2932a83651471e9 (diff) | |
download | busybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.gz busybox-w32-c6992feee37fff107298f81697756db6beadb87d.tar.bz2 busybox-w32-c6992feee37fff107298f81697756db6beadb87d.zip |
Update my email address, document some of my tasks in the AUTHORS file
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 35fcfeec8..e8cf54bff 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@optushome.com.au> | 15 | * busybox functions by Glenn McGrath <bug1@iinet.net.au> |
16 | * | 16 | * |
17 | * read_gz interface + associated hacking by Laurence Anderson | 17 | * read_gz interface + associated hacking by Laurence Anderson |
18 | * | 18 | * |