battery: initialize colorful_output to false

This commit is contained in:
Michael Stapelberg 2013-02-23 18:05:08 +01:00
parent d52b9f82ca
commit 4a282a4978

View File

@ -42,7 +42,7 @@ void print_battery_info(yajl_gen json_gen, char *buffer, int number, const char
const char *walk, *last;
char *outwalk = buffer;
bool watt_as_unit;
bool colorful_output;
bool colorful_output = false;
int full_design = -1,
remaining = -1,
present_rate = -1,