diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-20 01:18:18 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-20 01:18:18 +0100 |
commit | f42d4b00abf88b1864cd4e9364ed258ff8f1d34a (patch) | |
tree | b6e323f638709b4e12ccb4a0d1e6b73004633cea /FICS | |
parent | f2b3d58e2ef671433a75e311f0200d537ddb02a8 (diff) |
Added alignment
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/gamedb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FICS/gamedb.h b/FICS/gamedb.h index 963d0c4..3ae4a9f 100644 --- a/FICS/gamedb.h +++ b/FICS/gamedb.h @@ -141,8 +141,8 @@ typedef struct _game { } game; -extern game *garray; -extern int g_num; +extern game *garray; +extern int g_num; extern char *EndString(int, int); extern char *EndSym(int); |