Remove an END_COLOR in print_battery_info for OpenBSD.

This was probably a bug since it makes no sense to have here.
This commit is contained in:
Tommie Gannert 2016-08-01 01:19:23 +01:00
parent 6d3e9991de
commit 52f0dd6a36

View File

@ -224,9 +224,6 @@ void print_battery_info(yajl_gen json_gen, char *buffer, int number, const char
if (status != CS_CHARGING) {
seconds_remaining = apm_info.minutes_left * 60;
}
if (colorful_output)
END_COLOR;
#elif defined(__NetBSD__)
/*
* Using envsys(4) via sysmon(4).