diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 22:48:36 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 22:48:36 +0100 |
commit | 2d18a7a075d8808a74656c985fca1a18df88a7b0 (patch) | |
tree | 7ae3b639448e9b67628d82b27617bdd042c34bec | |
parent | 2c8a574ad6a887a4b9a95f1a094790a1c4007a8e (diff) |
Added alignment
-rw-r--r-- | FICS/comproc.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c index effd42f..c2dba1b 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -54,11 +54,11 @@ #include "utils.h" #include "variable.h" -PUBLIC const int none = 0; -PUBLIC const int blitz_rat = 1; -PUBLIC const int std_rat = 2; -PUBLIC const int wild_rat = 3; -PUBLIC const int light_rat = 4; +PUBLIC const int none = 0; +PUBLIC const int blitz_rat = 1; +PUBLIC const int std_rat = 2; +PUBLIC const int wild_rat = 3; +PUBLIC const int light_rat = 4; PUBLIC int num_news = -1; |