Fix some warnings.

svn-id: r38840
This commit is contained in:
Johannes Schickel 2009-02-24 15:14:15 +00:00
parent 8dab4eb461
commit cda5d6989b
3 changed files with 4 additions and 4 deletions

View file

@ -121,7 +121,7 @@ void _SCIGNUkdebug(const char *funcname, EngineState *s, const char *file, int l
else if (area == SCIkWARNING_NR)
fprintf(stderr, "%s: Warning ", funcname);
else
fprintf(stderr, funcname);
fprintf(stderr, "%s", funcname);
fprintf(stderr, "(%s L%d): ", file, line);