Index: uspace/drv/usbkbd/main.c
===================================================================
--- uspace/drv/usbkbd/main.c	(revision a465a56552f8e968048d2626d6f525fe8988ec34)
+++ uspace/drv/usbkbd/main.c	(revision ae1f70ec89abbdbd299b59710e8ae5be5f7e3505)
@@ -84,5 +84,5 @@
 
 static void send_alnum(int key, wchar_t c) {
-	printf(NAME ": sending key '%lc' to console\n", c);
+	printf(NAME ": sending key '%lc' to console\n", (wint_t) c);
 	send_key(key, KEY_PRESS, c);
 	send_key(key, KEY_RELEASE, c);
