Skip to content

Commit

Permalink
Forgot to add semi-colon to unsupported platform message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordonbc committed May 22, 2024
1 parent 18129ac commit 7dbe088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HarmonyLinkLib/src/Platform/IPlatformUtilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace HarmonyLinkLib
INSTANCE = std::make_shared<UnixUtilities>();
// ... other platform checks
#else
std::wcout << "Platform is not supported.\n"
std::wcout << "Platform is not supported.\n";
#endif
}

Expand Down

0 comments on commit 7dbe088

Please sign in to comment.