From f2b3d58e2ef671433a75e311f0200d537ddb02a8 Mon Sep 17 00:00:00 2001
From: Markus Uhlin <markus@nifty-networks.net>
Date: Wed, 20 Dec 2023 01:17:54 +0100
Subject: Added alignment

---
 FICS/gamedb.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'FICS')

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
-- 
cgit v1.2.3