aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/gamedb.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2023-12-20 01:17:54 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2023-12-20 01:17:54 +0100
commitf2b3d58e2ef671433a75e311f0200d537ddb02a8 (patch)
tree8325f318a0a0eb081e41ef524ee4c1cd44e3c2e1 /FICS/gamedb.c
parent2864fa9bdb7ec63452b4ae528049199846818b00 (diff)
Added alignment
Diffstat (limited to 'FICS/gamedb.c')
-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