build: 7.3.5.0

This commit is contained in:
goaaats 2022-12-27 22:37:33 +01:00
parent fdf155f733
commit 9b066fde01
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 2 additions and 2 deletions

View file

@ -765,7 +765,7 @@ int main() {
else
{
g_bSymbolsAvailable = SymInitializeW(g_hProcess, nullptr, true);
std::cout << std::format("Init symbols without PDB") << std::endl;
std::cout << "Init symbols without PDB" << std::endl;
}
if (!g_bSymbolsAvailable) {