small fix

This commit is contained in:
Glenn Maynard
2003-02-15 00:13:23 +00:00
parent 557957433e
commit c172e46c4a
+1 -1
View File
@@ -76,7 +76,7 @@ RageLog::RageLog()
RageLog::~RageLog() RageLog::~RageLog()
{ {
Flush(); Flush();
FreeConsole(); HideConsole();
if(m_fileLog) fclose( m_fileLog ); if(m_fileLog) fclose( m_fileLog );
if(m_fileInfo) fclose( m_fileInfo ); if(m_fileInfo) fclose( m_fileInfo );
} }