Forgot to add semi-colon to unsupported platform message
This commit is contained in:
parent
18129ac7c2
commit
7dbe088577
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace HarmonyLinkLib
|
||||||
INSTANCE = std::make_shared<UnixUtilities>();
|
INSTANCE = std::make_shared<UnixUtilities>();
|
||||||
// ... other platform checks
|
// ... other platform checks
|
||||||
#else
|
#else
|
||||||
std::wcout << "Platform is not supported.\n"
|
std::wcout << "Platform is not supported.\n";
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue