summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2011-01-12 14:46:19 +0000
committerPaul Buetow <paul@buetow.org>2011-01-12 14:46:19 +0000
commitd2886cb66987dbc5eda4fabe47adf98429a0d5be (patch)
tree8af6d79bbe0f15225c62bf8d7a26691d432408e2 /loadbars.pl
parent43e95766a702f977c91f904f60d88f3aac93d6d3 (diff)
cosmetic fixes
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/loadbars.pl b/loadbars.pl
index 077827b..fb782d9 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -477,14 +477,16 @@ sub toggle ($$$@) {
sub toggletxt ($@) {
my ($display, @threads) = @_;
-
toggle $display, 'toggletxt', MSG_TOGGLE_TXT, @threads;
+
+ return undef;
}
sub togglesummary ($@) {
my ($display, @threads) = @_;
-
toggle $display, 'togglesummary', MSG_TOGGLE_SUMMARY, @threads;
+
+ return undef;
}
sub togglecpu ($@) {