commit d59392e9010714ca3aaf8ac21840f14ba712c384
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 3618db5..5a97bf8 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

Reply via email to