Fixed a typo
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1299 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user