Set static bools to true instead of 1
[collectd.git] / src / memory.c
index ce9ef83..366ca1c 100644 (file)
@@ -94,7 +94,7 @@ static int pagesize;
 #error "No applicable input method."
 #endif
 
-static bool values_absolute = 1;
+static bool values_absolute = true;
 static bool values_percentage;
 
 static int memory_config(oconfig_item_t *ci) /* {{{ */