1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-04 03:27:55 +00:00

Fix "extra ;" warnings on GCC

This commit is contained in:
Arthur O'Dwyer
2022-07-05 13:09:24 -04:00
parent 0ae74aad62
commit dd55129ed3
2 changed files with 2 additions and 4 deletions

View File

@@ -610,8 +610,7 @@ auto gobot_hook =
shot_state = 2;
}
return false;
});
})
;
#endif