diff options
author | Sebastian Geerken <devnull@localhost> | 2014-04-02 00:23:36 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-04-02 00:23:36 +0200 |
commit | 06bfcf7715899f9ff5e551d4146770b3a7096141 (patch) | |
tree | a860b0f11d858d22797c9d0e4ba633e5148df9d1 /src/decode.c | |
parent | 7563c505fc1d76c69a3a2b369b27465996b5fcf4 (diff) | |
parent | f284ce5c34cdf37854135524814bbacbd2932f25 (diff) |
Merge with main repo.
Diffstat (limited to 'src/decode.c')
-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; |