From 2914498b291ea0ca432a320004aa3d2499e50eb5 Mon Sep 17 00:00:00 2001 From: Edward Tomasz Napierala Date: Sat, 29 Jul 2017 10:42:53 +0100 Subject: Consistency: use FALSE instead of 0. Signed-off-by: Edward Tomasz Napierala --- src/core/rawlog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core') diff --git a/src/core/rawlog.c b/src/core/rawlog.c index 43f140f3..2ec155fa 100644 --- a/src/core/rawlog.c +++ b/src/core/rawlog.c @@ -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; } } -- cgit v1.2.3