format string error

This commit is contained in:
tonton Th 2020-01-03 15:30:47 +01:00
parent 764b93e0b7
commit 46cd82f3b5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ int x, y, offset;
#if DEBUG_LEVEL
fprintf(stderr, ">>> %s ( %p )\n", __func__, img);
fprintf(stderr," type %s size %dx%d\n", img->type,
fprintf(stderr," type %d size %dx%d\n", img->type,
img->width, img->height);
#endif