Remove an extra '='.

This is a bug I can't blame on the original authors.
This commit is contained in:
John "Elwin" Edwards 2015-07-23 19:28:12 -04:00
parent 3ebd6da87d
commit 2d3d25c5e9

View file

@ -131,7 +131,7 @@ void open_log(void)
fflush(stderr); fflush(stderr);
} }
#else #else
logfi == NULL; logfi = NULL;
#endif #endif
return; return;
} }