Explorar o código

autotest: fix prototype of ckbox()

Oswald Buddenhagen %!s(int64=5) %!d(string=hai) anos
pai
achega
d59392e901
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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) = @_;