summaryrefslogtreecommitdiffstats
path: root/CategoriesPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-07-26 16:16:10 -0300
committerHisham Muhammad <hisham@gobolinux.org>2017-07-26 16:16:10 -0300
commit3975e9ce5cba0e3972b2ddab28c198e000441501 (patch)
treedb55e1d38775d02ba051cbb8235f4ad2b7bc53a9 /CategoriesPanel.c
parent543d65c6ab767a53844c28d9e887440dec90da1c (diff)
parent821d50f0b49237052c988f4170737ebce17f33d6 (diff)
Merge branch 'master' of https://github.com/hishamhm/htop
Diffstat (limited to 'CategoriesPanel.c')
-rw-r--r--CategoriesPanel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CategoriesPanel.c b/CategoriesPanel.c
index afc32305..437f1a7b 100644
--- a/CategoriesPanel.c
+++ b/CategoriesPanel.c
@@ -34,7 +34,7 @@ typedef struct CategoriesPanel_ {
}*/
-static const char* CategoriesFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};
+static const char* const CategoriesFunctions[] = {" ", " ", " ", " ", " ", " ", " ", " ", " ", "Done ", NULL};
static void CategoriesPanel_delete(Object* object) {
Panel* super = (Panel*) object;

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