summaryrefslogtreecommitdiffstats
path: root/MainPanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'MainPanel.h')
-rw-r--r--MainPanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.h b/MainPanel.h
index 3c555294..03a1affd 100644
--- a/MainPanel.h
+++ b/MainPanel.h
@@ -24,7 +24,7 @@ typedef struct MainPanel_ {
Panel super;
State* state;
IncSet* inc;
- Htop_Action *keys;
+ Htop_Action* keys;
pid_t pidSearch;
} MainPanel;