diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 01:16:57 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 01:16:57 +0100 |
commit | ade8f1fd30d1f81beace271be2be9f3d49acbd19 (patch) | |
tree | a790b35d816906d3fc22730e0b643db60db3488c /FICS/playerdb.h | |
parent | a3308bde2eb692a111b8d4abc536a075763dcb1b (diff) |
Added alignment
Diffstat (limited to 'FICS/playerdb.h')
-rw-r--r-- | FICS/playerdb.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FICS/playerdb.h b/FICS/playerdb.h index 34ed5fb..f3924c7 100644 --- a/FICS/playerdb.h +++ b/FICS/playerdb.h @@ -193,8 +193,9 @@ typedef struct _textlist { } textlist; #define PARRAY_SIZE (MAX_PLAYER + 50) -extern player parray[PARRAY_SIZE]; -extern int p_num; + +extern player parray[PARRAY_SIZE]; +extern int p_num; extern void player_init(int); |