Set static bools to true instead of 1
[collectd.git] / src / collectd-tg.c
index 85c5c1b..6c0a8a5 100644 (file)
@@ -67,7 +67,7 @@ static c_heap_t *values_heap = NULL;
 static struct sigaction sigint_action;
 static struct sigaction sigterm_action;
 
-static bool loop = 1;
+static bool loop = true;
 
 __attribute__((noreturn)) static void exit_usage(int exit_status) /* {{{ */
 {