* Fix to some warnings in linux_glimp.c

This commit is contained in:
Tim Angus 2006-01-15 19:15:33 +00:00
parent d4bd2fd737
commit 363c0d4eba
2 changed files with 6 additions and 6 deletions

View file

@ -1113,7 +1113,7 @@ qboolean GLimp_SpawnRenderThread( void (*function)( void ) )
warned = qtrue;
}
#if !MACOS_X
#ifndef MACOS_X
return qfalse; /* better safe than sorry for now. */
#endif