diff options
author | corvid <corvid@lavabit.com> | 2011-07-10 02:23:49 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-07-10 02:23:49 +0000 |
commit | 1c47f8754de28766c17611ca27d872585d5d0222 (patch) | |
tree | 17f963a4556722186323d74b645624a77b1e98b5 /src/gif.c | |
parent | 988480437fbc89955ef4f08c283ce1f193972420 (diff) |
MSGs
Diffstat (limited to 'src/gif.c')
-rw-r--r-- | src/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -677,7 +677,7 @@ static int Gif_decode(DilloGif *gif, const uchar_t *buf, size_t bsize) case 2: /* End code... consume remaining data chunks..? */ goto error; /* Could clean up better? */ default: - printf("dillo_gif_decode: error!\n"); + MSG("Gif_decode: error!\n"); goto error; } } |