aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/obsproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c
index 056d412..c696fe7 100644
--- a/FICS/obsproc.c
+++ b/FICS/obsproc.c
@@ -1072,13 +1072,13 @@ stored_mail_moves(int p, int mail, param_list param)
garray[g].white_name,
garray[g].black_name);
}
+ }
if (mail_string_to_user(p, subj, movesToString
(g, parray[p].pgn)))
pprintf(p, "Moves NOT mailed, perhaps "
"your address is incorrect.\n");
else
pprintf(p, "Moves mailed.\n");
- }
} else {
pprintf(p, "%s\n", movesToString(g, 0));
} /* Do smoves */