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);
|
fflush(stderr);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
logfi == NULL;
|
logfi = NULL;
|
||||||
#endif
|
#endif
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue