1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-08 12:29:04 +00:00

fixed some } to EX }

This commit is contained in:
Zeno Rogue
2019-09-13 00:31:32 +02:00
parent 8a8f25ee11
commit 562fe72629
2 changed files with 2 additions and 2 deletions

View File

@@ -975,7 +975,7 @@ EX cellwalker strafe(cellwalker cw, int j) {
println(hlog, "incorrect strafe");
exit(1);
}
}
EX }
#endif
}