From: Eric Andersen Date: Sat, 6 Apr 2002 05:15:46 +0000 (-0000) Subject: Fix email addr X-Git-Tag: 0_60_3~41 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50e4d660ace54d8da2cb09d537138447a92c68bd;p=platform%2Fupstream%2Fbusybox.git Fix email addr --- diff --git a/archival/gunzip.c b/archival/gunzip.c index 5fdb091..dde6701 100644 --- a/archival/gunzip.c +++ b/archival/gunzip.c @@ -7,9 +7,9 @@ * Originally adjusted for busybox by Sven Rudolph * based on gzip sources * - * Adjusted further by Erik Andersen , - * to support files as well as stdin/stdout, and to generally behave itself wrt - * command line handling. + * Adjusted further by Erik Andersen to support files as + * well as stdin/stdout, and to generally behave itself wrt command line + * handling. * * General cleanup to better adhere to the style guide and make use of standard * busybox functions by Glenn McGrath