mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Consistency: use FALSE instead of 0.
Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
parent
08dc6734b9
commit
2914498b29
@ -144,7 +144,7 @@ void rawlog_close(RAWLOG_REC *rawlog)
|
||||
if (rawlog->logging) {
|
||||
write_buffer_flush();
|
||||
close(rawlog->handle);
|
||||
rawlog->logging = 0;
|
||||
rawlog->logging = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user