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:
gewlitys
2003-12-10 23:27:22 +00:00
parent 363f1e0e57
commit 22e435c1f5
+1 -1
View File
@@ -46,7 +46,7 @@ TFB_Pure_InitGraphics (int driver, int flags, int width, int height, int bpp)
GraphicsDriver = driver; GraphicsDriver = driver;
fprintf (stderr, "Initializing Pure-SDL graphics.).\n"); fprintf (stderr, "Initializing Pure-SDL graphics.\n");
SDL_VideoDriverName (VideoName, sizeof (VideoName)); SDL_VideoDriverName (VideoName, sizeof (VideoName));
fprintf (stderr, "SDL driver used: %s\n", VideoName); fprintf (stderr, "SDL driver used: %s\n", VideoName);