From a6822e98434cf7da6fab033898094976d881ee0f Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Fri, 4 Feb 2022 11:23:02 +0100 Subject: New upstream version 3.1.2 --- ColorsPanel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ColorsPanel.c') diff --git a/ColorsPanel.c b/ColorsPanel.c index 0ea2158..50188f6 100644 --- a/ColorsPanel.c +++ b/ColorsPanel.c @@ -52,7 +52,7 @@ static HandlerResult ColorsPanel_eventHandler(Panel* super, int ch) { HandlerResult result = IGNORED; int mark; - switch(ch) { + switch (ch) { case 0x0a: case 0x0d: case KEY_ENTER: -- cgit v1.2.3