Browse Source

autotest: fix prototype of ckbox()

1.4
Oswald Buddenhagen 5 years ago
parent
commit
d59392e901
  1. 4
      src/run-tests.pl

4
src/run-tests.pl

@ -482,8 +482,8 @@ sub mkchan($$@)
close FILE; close FILE;
} }
# $config, $boxname, $maxuid, @msgs # $boxname, $maxuid, @msgs
sub ckbox($$$@) sub ckbox($$@)
{ {
my ($bn, $MU, @MS) = @_; my ($bn, $MU, @MS) = @_;

Loading…
Cancel
Save