Explorar el Código

autotest: fix prototype of ckbox()

Oswald Buddenhagen hace 5 años
padre
commit
d59392e901
Se han modificado 1 ficheros con 2 adiciones y 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) = @_;