[Project64] Cleanup Project64-core/Logging.cpp
This commit is contained in:
parent
fcc3a0fa8b
commit
b748f0a67b
|
@ -596,7 +596,7 @@ void CLogging::LogMessage(const char * Message, ...)
|
||||||
|
|
||||||
strcat(Msg, "\r\n");
|
strcat(Msg, "\r\n");
|
||||||
|
|
||||||
m_hLogFile->Write(Msg,strlen(Msg));
|
m_hLogFile->Write(Msg, strlen(Msg));
|
||||||
}
|
}
|
||||||
|
|
||||||
void CLogging::StartLog(void)
|
void CLogging::StartLog(void)
|
||||||
|
|
Loading…
Reference in New Issue