summaryrefslogtreecommitdiffstats
path: root/DisplayOptionsPanel.c
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2020-11-21 16:07:19 +0100
committerBenny Baumann <BenBE@geshi.org>2020-11-21 16:07:19 +0100
commitf752c6e2d17210fd75711a9d6b7a8ff750f6238d (patch)
tree64718d6ad6f88d1307bdefe7b6de41b99d0d006c /DisplayOptionsPanel.c
parentf5c3349bdb9cae2eec5adb9892445d3a1b482ec4 (diff)
Remove unnecessary parens
Diffstat (limited to 'DisplayOptionsPanel.c')
-rw-r--r--DisplayOptionsPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/DisplayOptionsPanel.c b/DisplayOptionsPanel.c
index 47e6c3dc..4f4a81b0 100644
--- a/DisplayOptionsPanel.c
+++ b/DisplayOptionsPanel.c
@@ -43,7 +43,7 @@ static HandlerResult DisplayOptionsPanel_eventHandler(Panel* super, int ch) {
case KEY_MOUSE:
case KEY_RECLICK:
case ' ':
- CheckItem_set(selected, ! (CheckItem_get(selected)) );
+ CheckItem_set(selected, !CheckItem_get(selected));
result = HANDLED;
}

© 2014-2024 Faster IT GmbH | imprint | privacy policy