mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-18 02:59:42 +00:00
Remove extraneous semicolons to quiet pedantic GCC warnings.
This commit is contained in:
@@ -1144,7 +1144,7 @@ function<void()> setcanvas(char c) {
|
||||
patterns::whichCanvas = c;
|
||||
start_game();
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
EX void show() {
|
||||
if(lastsample < isize(samples)) {
|
||||
|
||||
Reference in New Issue
Block a user