mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Remove erroneous new line from error message
This commit is contained in:
parent
77ad75887f
commit
e5af084211
1 changed files with 2 additions and 2 deletions
|
@ -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++ )
|
||||||
|
|
Loading…
Reference in a new issue