aboutsummaryrefslogtreecommitdiffstats
path: root/code/sdl
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-03 21:38:54 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-08-03 21:38:54 +0000
commit0625dd3fda936429ef3fcaf2dad7ecac8d98943d (patch)
tree696dead3d0b9b1ae0db74d38ce692a6b5bb9971c /code/sdl
parent052961904c6663fc38ed832b4c08168cd748b979 (diff)
downloadioquake3-aero-0625dd3fda936429ef3fcaf2dad7ecac8d98943d.tar.gz
ioquake3-aero-0625dd3fda936429ef3fcaf2dad7ecac8d98943d.zip
* Whitespace...
git-svn-id: svn://svn.icculus.org/quake3/trunk@1436 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/sdl')
-rw-r--r--code/sdl/sdl_glimp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/code/sdl/sdl_glimp.c b/code/sdl/sdl_glimp.c
index fbc7497..cbe704a 100644
--- a/code/sdl/sdl_glimp.c
+++ b/code/sdl/sdl_glimp.c
@@ -412,7 +412,7 @@ static qboolean GLimp_StartDriverAndSetMode( int mode, qboolean fullscreen )
if (!SDL_WasInit(SDL_INIT_VIDEO))
{
- char driverName[ 64 ];
+ char driverName[ 64 ];
if (SDL_Init(SDL_INIT_VIDEO) == -1)
{
@@ -420,7 +420,7 @@ static qboolean GLimp_StartDriverAndSetMode( int mode, qboolean fullscreen )
return qfalse;
}
- SDL_VideoDriverName( driverName, sizeof( driverName ) - 1 );
+ SDL_VideoDriverName( driverName, sizeof( driverName ) - 1 );
ri.Printf( PRINT_ALL, "SDL using driver \"%s\"\n", driverName );
}