From 457f832631206027d7c92050a4b1230f378aa1e4 Mon Sep 17 00:00:00 2001 From: Thilo Schulz Date: Sat, 14 May 2011 14:32:43 +0000 Subject: Remove newlines from Com_Error calls, patch by DevHC --- src/sdl/sdl_glimp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sdl') diff --git a/src/sdl/sdl_glimp.c b/src/sdl/sdl_glimp.c index ad30fdef..41114ca9 100644 --- a/src/sdl/sdl_glimp.c +++ b/src/sdl/sdl_glimp.c @@ -732,7 +732,7 @@ void GLimp_Init( void ) goto success; // Nothing worked, give up - ri.Error( ERR_FATAL, "GLimp_Init() - could not load OpenGL subsystem\n" ); + ri.Error( ERR_FATAL, "GLimp_Init() - could not load OpenGL subsystem" ); success: // This values force the UI to disable driver selection -- cgit