1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 20:37:40 +00:00

Remove semicolons from after } that close functons.

This commit is contained in:
Jacob Mandelson
2023-10-16 21:02:54 -07:00
parent 5fb0099fbb
commit db72295775
4 changed files with 5 additions and 5 deletions

View File

@@ -554,7 +554,7 @@ EX string geometry_name() {
return geometry_name(ginf[geometry].cclass) + dim_name();
else
return geometry_name(ginf[geometry].cclass);
};
}
EX void select_quotient_screen() {
cmode = sm::SIDE | sm::MAYDARK;