mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ void rawlog_close(RAWLOG_REC *rawlog)
|
||||||
if (rawlog->logging) {
|
if (rawlog->logging) {
|
||||||
write_buffer_flush();
|
write_buffer_flush();
|
||||||
close(rawlog->handle);
|
close(rawlog->handle);
|
||||||
rawlog->logging = 0;
|
rawlog->logging = FALSE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue