src/chess/pgn.c

changeset 146
942a0cef9ff5
parent 145
21b76056a178
child 149
ea2448961441
--- a/src/chess/pgn.c	Sat Jul 18 15:30:08 2026 +0200
+++ b/src/chess/pgn.c	Sat Jul 18 21:18:07 2026 +0200
@@ -154,7 +154,7 @@
         if (eval_move(gamestate, movestr, &move, curcol)
                 != VALID_MOVE_SYNTAX) {
             return pgn_error_move_syntax;
-                }
+        }
         if (validate_move(gamestate, &move) != VALID_MOVE_SEMANTICS) {
             return pgn_error_move_semantics;
         }

mercurial