summaryrefslogtreecommitdiffstats
path: root/Action.c
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-28 12:17:52 +0200
committercgzones <cgzones@googlemail.com>2020-09-29 10:44:42 +0200
commit843949131aa75312086bea6a50408e09d82f5209 (patch)
tree00d7428e6df17e48ca6c77e703b225c7e3cfdf1d /Action.c
parent214c742ae176078c3b081e1598b3fbf0cc122f77 (diff)
Drop redundant casts to the same type
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 62266084..233f1324 100644
--- a/Action.c
+++ b/Action.c
@@ -305,7 +305,7 @@ static Htop_Reaction actionSetAffinity(State* st) {
}
static Htop_Reaction actionKill(State* st) {
- Panel* signalsPanel = (Panel*) SignalsPanel_new();
+ Panel* signalsPanel = SignalsPanel_new();
ListItem* sgn = (ListItem*) Action_pickFromVector(st, signalsPanel, 15, true);
if (sgn) {
if (sgn->key != 0) {

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