Little bug.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1611 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
meep-eep
2005-04-07 20:16:11 +00:00
parent 120552464d
commit 19373652b1
+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");
fprintf (stderr, "Character %u not present\n", ch);
#endif
return NULL;
}