autotest: fix prototype of ckbox()

This commit is contained in:
Oswald Buddenhagen 2019-12-29 11:59:47 +01:00
parent ef2caa074e
commit d59392e901

View File

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