Cosmetics

This commit is contained in:
Ladislav Zezula
2021-12-18 07:23:40 +01:00
parent f0a2aaa7e2
commit e7af34bcfb
2 changed files with 1 additions and 2 deletions

View File

@@ -120,7 +120,7 @@ TLogHelper::~TLogHelper()
#if defined(_MSC_VER) && defined(_DEBUG)
if(_CrtDumpMemoryLeaks())
{
PrintMessage(_T("Memory leak(s) detected after.\n"));
PrintMessage(_T("Memory leak(s) detected.\n"));
}
#endif // _MSC_VER
}