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

@ -1373,5 +1373,5 @@ EX void add_debug(cell *c) {
}
}
EX }
#endif

View File

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