mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-03 14:26:09 +00:00
Common: missed semicolon
This commit is contained in:
@@ -185,7 +185,7 @@ std::string GetPlatformAgnosticErrorString() {
|
||||
if (*msgbuf) {
|
||||
return std::to_string(GetLastError()) + " - " + std::string(msgbuf);
|
||||
} else {
|
||||
return std::to_string(GetLastError())
|
||||
return std::to_string(GetLastError());
|
||||
}
|
||||
#else // posix
|
||||
return std::strerror(errno);
|
||||
|
||||
Reference in New Issue
Block a user