Преглед изворни кода

autotest: fix prototype of ckbox()

Oswald Buddenhagen пре 5 година
родитељ
комит
d59392e901
1 измењених фајлова са 2 додато и 2 уклоњено
  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) = @_;