X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=netconn.c;h=7a6352887c57dab73be7b4d69edc4f1b38ed3a10;hp=0c55434498ad2e1e1678d0ab46e52f6385bbeb6e;hb=321a67123284c38c22f8edd418913615ee0c2682;hpb=55a5d72bf63b2d0a47059e0d2504bfd03a67d3a7 diff --git a/netconn.c b/netconn.c index 0c554344..7a635288 100755 --- 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;