]> granicus.if.org Git - pgm/commitdiff
add parens to function call
authorNathan Wagner <nw@hydaspes.if.org>
Sun, 3 Oct 2021 22:30:07 +0000 (17:30 -0500)
committerNathan Wagner <nw@hydaspes.if.org>
Sun, 3 Oct 2021 22:30:07 +0000 (17:30 -0500)
copyrows

index fc4a601d2e640f8e3ff702399cd99ff2e8a293b4..b77b40fd941a00bdb28c5c861ac0d70abb8d1b37 100755 (executable)
--- 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 ($@) {