aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/matchproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c
index e8ed170..f834c3c 100644
--- a/FICS/matchproc.c
+++ b/FICS/matchproc.c
@@ -638,7 +638,7 @@ com_match(int p, param_list param)
return COM_OK;
}
if (p1 == p) { // Allowing to match yourself to enter analysis mode
- ExamineScratch (p, param);
+ ExamineScratch(p, param);
return COM_OK;
}