aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/gamedb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/gamedb.c b/FICS/gamedb.c
index 4506adf..212ad14 100644
--- a/FICS/gamedb.c
+++ b/FICS/gamedb.c
@@ -38,8 +38,8 @@
#include "rmalloc.h"
#include "utils.h"
-PUBLIC game *garray = NULL;
-PUBLIC int g_num = 0;
+PUBLIC game *garray = NULL;
+PUBLIC int g_num = 0;
PRIVATE int get_empty_slot()
/* this method is awful! how about allocation as we need it and freeing