Ver Fonte

autotest: fix prototype of ckbox()

Oswald Buddenhagen há 5 anos atrás
pai
commit
d59392e901
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      src/run-tests.pl

+ 2 - 2
src/run-tests.pl

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