Sat, 18 Jul 2026 21:18:07 +0200
fix fucked up indentation
| src/chess/pgn.c | file | annotate | diff | comparison | revisions |
--- 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; }