Fixed compilation error in hz/main_tools.h.

This commit is contained in:
Alexander Shaduri
2021-03-03 17:40:46 +04:00
parent 8e2cf08be1
commit f861918789
-1
View File
@@ -47,7 +47,6 @@ int main_exception_wrapper(MainImplFunc main_impl) noexcept
}
}
return EXIT_FAILURE;
#endif
}