Fix superfluous </fc> in battery output for xmobar
Patch status: rejected
Patch by Axel Beckert
To apply this patch, use:
curl http://cr.i3wm.org/patch/52/raw.patch | git am
b/src/print_battery_info.c
| 13 |
@@ -337,8 +337,5 @@ void print_battery_info(yajl_gen json_gen, char *buffer, int number, const char |
| 14 |
} |
| 15 |
} |
| 16 |
|
| 17 |
- if (colorful_output) |
| 18 |
- END_COLOR; |
| 19 |
- |
| 20 |
OUTPUT_FULL_TEXT(buffer); |
| 21 |
} |