aboutsummaryrefslogtreecommitdiffstats
path: root/code/cgame/cg_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/cgame/cg_main.c')
-rw-r--r--code/cgame/cg_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/cgame/cg_main.c b/code/cgame/cg_main.c
index 03a4994..105e4cc 100644
--- a/code/cgame/cg_main.c
+++ b/code/cgame/cg_main.c
@@ -1114,7 +1114,7 @@ CG_BuildSpectatorString
=======================
*/
-void CG_BuildSpectatorString() {
+void CG_BuildSpectatorString(void) {
int i;
cg.spectatorList[0] = 0;
for (i = 0; i < MAX_CLIENTS; i++) {