diff options
| -rwxr-xr-x | loadbars.pl | 2 |
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; |
