Main: update log.

This commit is contained in:
Guillaume Jacquemin 2022-11-21 09:30:38 +01:00
parent a5a8db289a
commit 05611d59b1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ int main(int argc, char** argv) {
Utility::Error e{Utility::Debug::defaultOutput()};
#endif
Utility::Debug{} << "===M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION "===";
Utility::Debug{} << "M.A.S.S. Builder Save Tool version " SAVETOOL_VERSION;
auto mutex_handle = CreateMutexW(nullptr, 0, L"MassBuilderSaveTool");