diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-16 18:23:59 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-16 18:23:59 +0100 |
commit | 6ec547f1a0f9815c1bff0d194c585cbce5d9adeb (patch) | |
tree | 2e843d4355938ac8b0137b3fbafd1563b6474c8f /FICS/eco.c | |
parent | 7070471bb98b6f0bf2e81eb0de5f77a7068bcaed (diff) |
Added alignment
Diffstat (limited to 'FICS/eco.c')
-rw-r--r-- | FICS/eco.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,9 +13,9 @@ PUBLIC char *book_dir = DEFAULT_BOOK; -ECO_entry *ECO_book[1096]; -NIC_entry *NIC_book[1096]; -LONG_entry *LONG_book[4096]; +ECO_entry *ECO_book[1096]; +NIC_entry *NIC_book[1096]; +LONG_entry *LONG_book[4096]; int ECO_entries, NIC_entries, LONG_entries; |