浏览代码

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) = @_;