* Fix a few -pedantic warnings

This commit is contained in:
Tim Angus 2007-07-25 21:28:15 +00:00
parent e8bbb1f2d1
commit 0c99c0c1d2
5 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "../renderer/tr_local.h"
#endif
static qboolean signalcaught = qfalse;;
static qboolean signalcaught = qfalse;
void Sys_Exit(int); // bk010104 - abstraction