aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/eco.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/eco.c')
-rw-r--r--FICS/eco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/eco.c b/FICS/eco.c
index f46b116..be973e1 100644
--- a/FICS/eco.c
+++ b/FICS/eco.c
@@ -19,7 +19,7 @@ LONG_entry *LONG_book[4096];
int ECO_entries, NIC_entries, LONG_entries;
-PRIVATE int
+PRIVATE inline int
fencmp(const unsigned char *pos1, const char *pos2)
{
return strcmp((const char *)pos1, pos2);