Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
orignal committed Nov 2, 2014
1 parent faf1fe7 commit c8a80a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void LogMsg::Process()

void Log::Flush ()
{
#ifdef _WIN32
#ifndef _WIN32
if (m_LogFile)
m_LogFile->flush();
#endif
Expand Down

0 comments on commit c8a80a4

Please sign in to comment.