summaryrefslogtreecommitdiffstats
path: root/MainPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-07-26 11:24:51 -0300
committerGitHub <noreply@github.com>2017-07-26 11:24:51 -0300
commitef7817c17a35dd5f8d9eb9ee65539e52d2fdb410 (patch)
treec932359d63a4d2ec16da0b1b9b221d0e81008eb3 /MainPanel.c
parent33fda932713de9db236d63098d88529f669fc49c (diff)
parentd5faf643742ae047e327d41910232791bc7bca41 (diff)
Merge pull request #656 from rsaxvc/master
more const usage
Diffstat (limited to 'MainPanel.c')
-rw-r--r--MainPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainPanel.c b/MainPanel.c
index a62555ee..b5a7e305 100644
--- a/MainPanel.c
+++ b/MainPanel.c
@@ -31,7 +31,7 @@ typedef bool(*MainPanel_ForeachProcessFn)(Process*, size_t);
}*/
-static const char* MainFunctions[] = {"Help ", "Setup ", "Search", "Filter", "Tree ", "SortBy", "Nice -", "Nice +", "Kill ", "Quit ", NULL};
+static const char* const MainFunctions[] = {"Help ", "Setup ", "Search", "Filter", "Tree ", "SortBy", "Nice -", "Nice +", "Kill ", "Quit ", NULL};
void MainPanel_updateTreeFunctions(MainPanel* this, bool mode) {
FunctionBar* bar = MainPanel_getFunctionBar(this);

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