diff options
-rw-r--r-- | src/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decode.c b/src/decode.c index 69c6423a..53a0d621 100644 --- a/src/decode.c +++ b/src/decode.c @@ -326,7 +326,7 @@ Decode *a_Decode_content_init(const char *format) if (format && *format) { if (!dStrAsciiCasecmp(format, "gzip") || !dStrAsciiCasecmp(format, "x-gzip")) { - MSG("gzipped data!\n"); + _MSG("gzipped data!\n"); dc = Decode_content_init_common(); zs = (z_stream *)dc->state; |