aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-03-29 23:15:44 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-03-29 23:15:44 +0100
commitd5ae709807dee88c87a176f23dc339d0c58fbf96 (patch)
treee443d7f7a433c8bdf142c898d05e8bfbe4635343
parentb09b791514447fb46d12e88338780c3c2bb6c1f8 (diff)
Deleted gap
-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;
}