diff --git a/src/main.cpp b/src/main.cpp index 371f6ef..80ca33b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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");