Get rid of warning

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1668 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-22 01:56:51 +00:00
parent 0b3e4adb8d
commit 08064a0c17
+1 -1
View File
@@ -353,7 +353,7 @@ getCharFrame (FONT_DESC *fontPtr, wchar_t ch)
else
{
#ifdef DEBUG
fprintf (stderr, "Character %u not present\n", ch);
fprintf (stderr, "Character %u not present\n", (unsigned int) ch);
#endif
return NULL;
}