From 0625dd3fda936429ef3fcaf2dad7ecac8d98943d Mon Sep 17 00:00:00 2001 From: tma Date: Sun, 3 Aug 2008 21:38:54 +0000 Subject: * Whitespace... git-svn-id: svn://svn.icculus.org/quake3/trunk@1436 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/sdl/sdl_glimp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'code/sdl') 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 ); } -- cgit v1.2.3