From 19373652b12c90cb3da9dbf8fa9976b974dc277e Mon Sep 17 00:00:00 2001 From: meep-eep Date: Thu, 7 Apr 2005 20:16:11 +0000 Subject: [PATCH] Little bug. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1611 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/libs/graphics/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/src/sc2code/libs/graphics/font.c b/sc2/src/sc2code/libs/graphics/font.c index 294459ae6..d89a7e813 100644 --- a/sc2/src/sc2code/libs/graphics/font.c +++ b/sc2/src/sc2code/libs/graphics/font.c @@ -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; }