Kill duplicate fclose()

This commit is contained in:
Julien BLACHE 2010-01-09 11:00:41 +01:00
parent 5887cc2e27
commit 11f6b1e78f

View File

@ -164,8 +164,6 @@ logger_reinit(void)
if (logfile)
{
fclose(logfile);
fp = fopen(logfilename, "a");
if (!fp)
{