Fix type in log message

This commit is contained in:
Henrik Andersson 2017-09-26 09:02:32 +02:00
parent 17fa29c783
commit 109893c9da

2
xwin.c
View File

@ -2965,7 +2965,7 @@ ui_create_cursor(unsigned int xhot, unsigned int yhot, int width,
XcursorImage *cimg;
uint32 x, y, oidx, idx, argb;
logger(GUI, Debug, "ui_create_cursot(): xhot=%d, yhot=%d, width=%d, height=%d, bpp=%d",
logger(GUI, Debug, "ui_create_cursor(): xhot=%d, yhot=%d, width=%d, height=%d, bpp=%d",
xhot, yhot, width, height, bpp);
if (bpp != 1 && bpp != 24 && bpp != 32)