diff --git a/gfx.c b/gfx.c index 0119eddb25..d663437de3 100644 --- a/gfx.c +++ b/gfx.c @@ -658,7 +658,7 @@ skip_cont:; } else if (c == SCC_BIGFONT) { // {BIGFONT} size = FS_LARGE; } else { - DEBUG(misc, 0, "[utf8] unknown string command character %d", c); + DEBUG(misc, 0) ("[utf8] unknown string command character %d", c); } } }