[nostalgia] Cleanup

This commit is contained in:
2021-05-11 00:43:07 -05:00
parent 0bcb78d3da
commit f5ff700bf3
5 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ static ox::Error run(const ox::ClArgs &args) noexcept {
}
int main(int argc, const char **args) {
auto err = run(ox::ClArgs(argc, args));
const auto err = run(ox::ClArgs(argc, args));
oxAssert(err, "pack failed");
return static_cast<int>(err);
}