Fix format string warning error

svn path=/trunk/netsurf/; revision=5528
This commit is contained in:
Daniel Silverstone 2008-10-10 09:50:42 +00:00
parent 9343a94193
commit 6a9f156fc6

View File

@ -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));
}