summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Action.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Action.c b/Action.c
index 4049a952..144ef210 100644
--- a/Action.c
+++ b/Action.c
@@ -734,7 +734,7 @@ static Htop_Reaction actionHelp(State* st) {
addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
} else {
addbartext(CRT_colors[CPU_GUEST], "/", "guest");
- addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
+ addbartext(CRT_colors[BAR_SHADOW], " ", "used%");
}
addattrstr(CRT_colors[BAR_BORDER], "]");

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