diff --git a/src/Game/Board.cpp b/src/Game/Board.cpp index d4434d2d..9482da05 100644 --- a/src/Game/Board.cpp +++ b/src/Game/Board.cpp @@ -866,7 +866,7 @@ void Board::print_game_record(const std::vector& game_record_listin } game_text << " " << actual_result.game_ending_annotation(); - const auto pgn_text = header_text.str() + String::word_wrap(game_text.str(), 80) + "\n\n\n"; + const auto pgn_text = header_text.str() + "\n" + String::word_wrap(game_text.str(), 80) + "\n\n\n"; if(file_name.empty()) {