aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/eco.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/eco.c b/FICS/eco.c
index 9f767d7..cf072f2 100644
--- a/FICS/eco.c
+++ b/FICS/eco.c
@@ -363,7 +363,7 @@ com_eco(int p, param_list param)
if (garray[g1].status != GAME_EXAMINE && !pIsPlaying(p))
return COM_OK;
} else {
- if ((g1 = GameNumFromParam (p, &p1, &param[0])) < 0)
+ if ((g1 = GameNumFromParam(p, &p1, &param[0])) < 0)
return COM_OK;
if (g1 >= g_num ||
(garray[g1].status != GAME_ACTIVE &&