]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - netconn.c
fix all the () problems, and make gcc warn for them
[xonotic/darkplaces.git] / netconn.c
index 0c55434498ad2e1e1678d0ab46e52f6385bbeb6e..7a6352887c57dab73be7b4d69edc4f1b38ed3a10 100755 (executable)
--- a/netconn.c
+++ b/netconn.c
@@ -153,7 +153,7 @@ qboolean serverlist_consoleoutput;
 static int nFavorites = 0;
 static lhnetaddress_t favorites[256];
 
-void NetConn_UpdateFavorites()
+void NetConn_UpdateFavorites(void)
 {
        const char *p;
        nFavorites = 0;