mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 17:26:17 +01:00
gzlibdecompressor.c: fix a comment
This commit is contained in:
parent
0627759331
commit
69043de3e0
@ -197,7 +197,7 @@ g_zlib_decompressor_constructed (GObject *object)
|
|||||||
}
|
}
|
||||||
else if (decompressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW)
|
else if (decompressor->format == G_ZLIB_COMPRESSOR_FORMAT_RAW)
|
||||||
{
|
{
|
||||||
/* Negative for gzip */
|
/* Negative for raw */
|
||||||
res = inflateInit2 (&decompressor->zstream, -MAX_WBITS);
|
res = inflateInit2 (&decompressor->zstream, -MAX_WBITS);
|
||||||
}
|
}
|
||||||
else /* ZLIB */
|
else /* ZLIB */
|
||||||
|
Loading…
Reference in New Issue
Block a user