Remove an extra '='.
This is a bug I can't blame on the original authors.
This commit is contained in:
parent
3ebd6da87d
commit
2d3d25c5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ void open_log(void)
|
|||
fflush(stderr);
|
||||
}
|
||||
#else
|
||||
logfi == NULL;
|
||||
logfi = NULL;
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue