r1436 - trunk/code/sdl
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Sun Aug 3 17:38:54 EDT 2008
Author: tma
Date: 2008-08-03 17:38:54 -0400 (Sun, 03 Aug 2008)
New Revision: 1436
Modified:
trunk/code/sdl/sdl_glimp.c
Log:
* Whitespace...
Modified: trunk/code/sdl/sdl_glimp.c
===================================================================
--- trunk/code/sdl/sdl_glimp.c 2008-08-03 21:37:51 UTC (rev 1435)
+++ trunk/code/sdl/sdl_glimp.c 2008-08-03 21:38:54 UTC (rev 1436)
@@ -412,7 +412,7 @@
if (!SDL_WasInit(SDL_INIT_VIDEO))
{
- char driverName[ 64 ];
+ char driverName[ 64 ];
if (SDL_Init(SDL_INIT_VIDEO) == -1)
{
@@ -420,7 +420,7 @@
return qfalse;
}
- SDL_VideoDriverName( driverName, sizeof( driverName ) - 1 );
+ SDL_VideoDriverName( driverName, sizeof( driverName ) - 1 );
ri.Printf( PRINT_ALL, "SDL using driver \"%s\"\n", driverName );
}
More information about the quake3-commits
mailing list