commit 8a62fae76e04235751385af9af43fe400ebcb570
parent 79341fe56c32e59c6092995c12a14c108260307f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sun, 26 Jul 2020 11:32:40 +0200
tiny style improvement
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sfeed_curses.c b/sfeed_curses.c
@@ -26,7 +26,7 @@
enum {
ATTR_RESET = 0,
ATTR_BOLD_ON = 1, ATTR_FAINT_ON = 2,
- ATTR_REVERSE_ON = 7, ATTR_REVERSE_OFF = 27,
+ ATTR_REVERSE_ON = 7, ATTR_REVERSE_OFF = 27
};
enum Pane { PaneFeeds, PaneItems, PaneLast };