X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgzlibdecompressor.c;h=0f1da62c3e6c83ec2d4bd09dd05bebfc0bc55980;hb=7e5e3e142f856ac80e83a9a5110b51aa4b5b0821;hp=df70e7e9a16ae36a2d1611616f1bd29045f3ed5b;hpb=1b033919845cef366842373da9f1cfb56f522d01;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gzlibdecompressor.c b/gio/gzlibdecompressor.c index df70e7e..0f1da62 100644 --- a/gio/gzlibdecompressor.c +++ b/gio/gzlibdecompressor.c @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -197,7 +195,7 @@ g_zlib_decompressor_constructed (GObject *object) } else if (decompressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW) { - /* Negative for gzip */ + /* Negative for raw */ res = inflateInit2 (&decompressor->zstream, -MAX_WBITS); } else /* ZLIB */