summaryrefslogtreecommitdiff
path: root/src/ics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ics.c')
-rwxr-xr-xsrc/ics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ics.c b/src/ics.c
index fba1af6..0ace535 100755
--- a/src/ics.c
+++ b/src/ics.c
@@ -60,7 +60,7 @@ Return value:
*p++ = RANK(mv.cFrom) + '0';
*p++ = FILE(mv.cTo) + 'a';
*p++ = RANK(mv.cTo) + '0';
-
+
if (mv.pPromoted)
{
if (IS_QUEEN(mv.pPromoted))