aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--FICS/comproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c
index 5725ef9..9b94f9f 100644
--- a/FICS/comproc.c
+++ b/FICS/comproc.c
@@ -1477,7 +1477,7 @@ com_index(int p, param_list param)
if (i == 0) {
pprintf(p, "No index entry for \"%s\".\n", iwant);
- } else if ((i == 1) || !strcmp(*filenames, iwant)) {
+ } else if (i == 1 || !strcmp(*filenames, iwant)) {
if (psend_file(p, index_dir, *filenames)) {
/*
* We should never reach this unless the file