From 6cc0aae01abb47bb8732c9b07a889e8697a0169e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 7 Mar 2007 19:18:26 +0000 Subject: [PATCH 1/1] Fix a syntax error. --- bugcounts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bugcounts b/bugcounts index f3913ee..46cdf36 100755 --- a/bugcounts +++ b/bugcounts @@ -73,7 +73,7 @@ for my $p (keys %scanlib::packagelist) { } if (defined($scanlib::comments{$p}) && $scanlib::comments{$p} =~ m/^\[REMOVE\]/) { - $removecount += scalar @{$scanlib::packagelist{$p}); + $removecount += scalar @{$scanlib::packagelist{$p}}; } } -- 2.39.2