X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=vid_sdl.c;h=4906819bc2b362b0fd5e03b530cf5d214700d42b;hp=50513fe6e24bddb6881005882cd0adfe3740b0f5;hb=fab6eb344365652bd53d03faa1ea43e14fbe1d7f;hpb=f7e37f88d839aaf88b304e2cfc000bf10ca9ed83 diff --git a/vid_sdl.c b/vid_sdl.c index 50513fe6..4906819b 100644 --- a/vid_sdl.c +++ b/vid_sdl.c @@ -305,7 +305,7 @@ static int Sys_EventFilter( SDL_Event *event ); void VID_Init (void) { if (SDL_Init(SDL_INIT_VIDEO) < 0) - Sys_Error ("Failed to init video: %s\n", SDL_GetError()); + Sys_Error ("Failed to init video: %s", SDL_GetError()); vid_isfullscreen = false; }