From b6929df21306bcb09f3ac4592d116bcdc97f09b3 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 9 Aug 2017 17:58:43 -0700 Subject: [PATCH] remove definnition for makestatistics; add missing () --- bugreport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bugreport b/bugreport index 72bd249..34ddb6e 100755 --- a/bugreport +++ b/bugreport @@ -129,7 +129,7 @@ sub MakeBuglist() { } -sub MakeStatistics() { +sub MakeStatistics { my $bugcount=0; # Total number of bugs so far my $patchtotal=0; # Total number of bugs marked patch my $pendingtotal=0; # Total number of bugs marked pending @@ -212,7 +212,7 @@ FilterPackages($opt_d) if ($opt_d); FilterBugsStable() if ($opt_b); FilterBugs() if ($opt_t); -MakeStatistics if ($opt_s); +MakeStatistics() if ($opt_s); if ($opt_l) { MakeBuglist(); } -- 2.39.2