This commit is contained in:
Kim Woelders 2021-12-20 08:05:18 +01:00
parent 6ce28a9380
commit 82bbd0a278
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ ico_read_idir(ico_t * ico, int ino)
SWAP_LE_32_INPLACE(ie->ide.offs);
DL("Entry %2d: Idir: WxHxD = %dx%dx%d, colors = %d\n",
ino, ie->w, ie->h, ie->ide.bpp, ie->ide.colors);
ino, ie->w, ie->h, ie->ide.bpp, ie->ide.colors);
}
static void
@ -170,7 +170,7 @@ ico_read_icon(ico_t * ico, int ino)
}
DL("Entry %2d: Icon: WxHxD = %dx%dx%d, colors = %d\n",
ino, ie->w, ie->h, ie->bih.bpp, ie->bih.colors);
ino, ie->w, ie->h, ie->bih.bpp, ie->bih.colors);
if (ie->bih.width != ie->w || ie->bih.height != 2 * ie->h)
{