]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - fs.c
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / fs.c
diff --git a/fs.c b/fs.c
index 0782cf52bdb26ca8bba15ce4ebc3da9ace1f4f5c..a03226756894753a6205995e20777a35958220ef 100644 (file)
--- a/fs.c
+++ b/fs.c
@@ -1456,7 +1456,7 @@ const char *FS_CheckGameDir(const char *gamedir)
        return fs_checkgamedir_missing;
 }
 
-static void FS_ListGameDirs()
+static void FS_ListGameDirs(void)
 {
        stringlist_t list, list2;
        int i, j;