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:
parent
6d3e9991de
commit
52f0dd6a36
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user