From: Nathan Wagner Date: Sun, 3 Oct 2021 22:30:07 +0000 (-0500) Subject: add parens to function call X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94c68d6b402074ec97bd9b4b65dddb42c6d6bf94;p=pgm add parens to function call --- diff --git a/copyrows b/copyrows index fc4a601..b77b40f 100755 --- a/copyrows +++ b/copyrows @@ -196,7 +196,7 @@ eval { timelog 'does not seem to be any work, mark and exit'; $sourcemark->execute(@locked, $qd->{repmax}, $qd->{epoch}); $sourcemark->finish; - closeout; + closeout(); } }; if ($@) {