summaryrefslogtreecommitdiff
path: root/loadbars.pl
diff options
context:
space:
mode:
Diffstat (limited to 'loadbars.pl')
-rwxr-xr-xloadbars.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadbars.pl b/loadbars.pl
index ba2e1ff..7eff6b9 100755
--- a/loadbars.pl
+++ b/loadbars.pl
@@ -689,7 +689,7 @@ sub main () {
last if $dispatch->('command', $_, $display, @threads);
}
- stop_threads @threads,$display;
+ stop_threads $display, @threads;
say "Good bye";
exit 0;