diff --git a/sc2/src/sc2code/libs/graphics/sdl/pure.c b/sc2/src/sc2code/libs/graphics/sdl/pure.c index 2b1a6686b..27f8596f8 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/pure.c +++ b/sc2/src/sc2code/libs/graphics/sdl/pure.c @@ -46,7 +46,7 @@ TFB_Pure_InitGraphics (int driver, int flags, int width, int height, int bpp) GraphicsDriver = driver; - fprintf (stderr, "Initializing Pure-SDL graphics.).\n"); + fprintf (stderr, "Initializing Pure-SDL graphics.\n"); SDL_VideoDriverName (VideoName, sizeof (VideoName)); fprintf (stderr, "SDL driver used: %s\n", VideoName);