Remove erroneous new line from error message

This commit is contained in:
Zack Middleton 2015-06-12 12:59:25 -05:00
parent 77ad75887f
commit e5af084211

View file

@ -147,7 +147,7 @@ static void GLimp_DetectAvailableModes(void)
modes = SDL_calloc( numSDLModes, sizeof( SDL_Rect ) ); modes = SDL_calloc( numSDLModes, sizeof( SDL_Rect ) );
if ( !modes ) if ( !modes )
{ {
ri.Error( ERR_FATAL, "Out of memory\n" ); ri.Error( ERR_FATAL, "Out of memory" );
} }
for( i = 0; i < numSDLModes; i++ ) for( i = 0; i < numSDLModes; i++ )