mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-02-08 22:13:48 +01:00
fixed typo
This commit is contained in:
parent
faf1fe7a7c
commit
c8a80a497d
1 changed files with 1 additions and 1 deletions
2
Log.cpp
2
Log.cpp
|
@ -20,7 +20,7 @@ void LogMsg::Process()
|
|||
|
||||
void Log::Flush ()
|
||||
{
|
||||
#ifdef _WIN32
|
||||
#ifndef _WIN32
|
||||
if (m_LogFile)
|
||||
m_LogFile->flush();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue