Skip to content

Commit 64148cb

Browse files
Add break to WriteHTMLFile func
1 parent 70d5b19 commit 64148cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/games/writer.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ std::string WriteHTMLFile(const Game &p_game, const GamePlayer &p_rowPlayer,
9191
}
9292

9393
theHtml += "</table>";
94+
break;
9495
}
9596
theHtml += "\n";
9697
return theHtml;

0 commit comments

Comments
 (0)