summaryrefslogtreecommitdiffstats
path: root/Action.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 /Action.c
parent543d65c6ab767a53844c28d9e887440dec90da1c (diff)
parent821d50f0b49237052c988f4170737ebce17f33d6 (diff)
Merge branch 'master' of https://github.com/hishamhm/htop
Diffstat (limited to 'Action.c')
-rw-r--r--Action.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Action.c b/Action.c
index f5d7de43..391716a5 100644
--- a/Action.c
+++ b/Action.c
@@ -381,7 +381,7 @@ static Htop_Reaction actionRedraw() {
return HTOP_REFRESH | HTOP_REDRAW_BAR;
}
-static struct { const char* key; const char* info; } helpLeft[] = {
+static const struct { const char* key; const char* info; } helpLeft[] = {
{ .key = " Arrows: ", .info = "scroll process list" },
{ .key = " Digits: ", .info = "incremental PID search" },
{ .key = " F3 /: ", .info = "incremental name search" },
@@ -399,7 +399,7 @@ static struct { const char* key; const char* info; } helpLeft[] = {
{ .key = NULL, .info = NULL }
};
-static struct { const char* key; const char* info; } helpRight[] = {
+static const struct { const char* key; const char* info; } helpRight[] = {
{ .key = " Space: ", .info = "tag process" },
{ .key = " c: ", .info = "tag process and its children" },
{ .key = " U: ", .info = "untag all processes" },

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