autotest: fix prototype of ckbox()
This commit is contained in:
parent
ef2caa074e
commit
d59392e901
|
@ -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…
Reference in New Issue
Block a user