1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Consistency: use FALSE instead of 0.

Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
This commit is contained in:
Edward Tomasz Napierala 2017-07-29 10:42:53 +01:00
parent 08dc6734b9
commit 2914498b29

View File

@ -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;
}
}