diff options
-rw-r--r-- | src/imgbuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imgbuf.cc b/src/imgbuf.cc index f5883606..dc95dd71 100644 --- a/src/imgbuf.cc +++ b/src/imgbuf.cc @@ -38,7 +38,7 @@ static uchar_t *Imgbuf_rgb_line(const uchar_t *buf, for (x = 0; x < width; x++) memcpy(linebuf + x * 3, cmap + buf[x] * 3, 3); } else { - MSG("Gif:: WARNING, image lacks a color map\n"); + MSG_WARN("Gif:: image lacks a color map\n"); } break; case DILLO_IMG_TYPE_GRAY: |