Browse Source

autotest: fix prototype of ckbox()

Oswald Buddenhagen 5 năm trước cách đây
mục cha
commit
d59392e901
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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) = @_;