ZeroGS: Resolve issue 71.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@615 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2009-02-27 00:00:24 +00:00
parent 7dc9138d04
commit 7111fb2105
2 changed files with 2 additions and 2 deletions

View File

@ -296,7 +296,7 @@ s32 CALLBACK GSinit()
void CALLBACK GSshutdown()
{
#ifdef GS_LOG
fclose(gsLog);
if (gsLog != NULL) fclose(gsLog);
#endif
}

View File

@ -295,7 +295,7 @@ s32 CALLBACK GSinit()
void CALLBACK GSshutdown()
{
#ifdef GS_LOG
fclose(gsLog);
if (gsLog != NULL) fclose(gsLog);
#endif
}