aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/comproc.c10
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;