summaryrefslogtreecommitdiff
path: root/image/png.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/png.c')
-rw-r--r--image/png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/png.c b/image/png.c
index e67253790..c3ef9d8f8 100644
--- a/image/png.c
+++ b/image/png.c
@@ -178,7 +178,7 @@ void info_callback(png_structp png, png_infop info)
c->width = width;
c->height = height;
- LOG(("size %li * %li, bpp %i, rowbytes %u", width,
+ LOG(("size %li * %li, bpp %i, rowbytes %zu", width,
height, bit_depth, c->data.png.rowbytes));
}