1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-26 08:04:14 +00:00

fixed typo

This commit is contained in:
orignal 2014-11-02 08:28:28 -05:00
parent faf1fe7a7c
commit c8a80a497d

View File

@ -20,7 +20,7 @@ void LogMsg::Process()
void Log::Flush ()
{
#ifdef _WIN32
#ifndef _WIN32
if (m_LogFile)
m_LogFile->flush();
#endif