]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / sbar.c
diff --git a/sbar.c b/sbar.c
index 2ef95dfbf944f917ba9bb69f9cf1f9074f8e5d51..d98a44879457cf21ff0d028091151bc7bfd1600b 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -529,7 +529,7 @@ void Sbar_DrawXNum (int x, int y, int num, int digits, int lettersize, float r,
 //=============================================================================
 
 
-int Sbar_IsTeammatch()
+int Sbar_IsTeammatch(void)
 {
        // currently only nexuiz uses the team score board
        return ((gamemode == GAME_NEXUIZ)