commit 765cd13a478ebe07f712e0ca3c53b84e11006a9f Author: Oswald Buddenhagen <o...@users.sf.net> Date: Sun Dec 29 11:59:47 2019 +0100
autotest: fix prototype of ckbox() src/run-tests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/run-tests.pl b/src/run-tests.pl index c2dc6c2..e4a8ca7 100755 --- a/src/run-tests.pl +++ b/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) = @_; _______________________________________________ isync-devel mailing list isync-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/isync-devel