]> git.donarmstrong.com Git - bugscan.git/blobdiff - bugreport
remove definnition for makestatistics; add missing ()
[bugscan.git] / bugreport
index 72bd249eb39a9f5e6571521086d3975720110cab..34ddb6e4643a9b463046ef35e5852d3f956644ba 100755 (executable)
--- 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();
 }