From d27167c9e9c10e4102e39d86a8f006149a757018 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 22 Aug 2013 14:26:45 +0200 Subject: [PATCH] Bug 9312: Followup for one tab character To satisfy qa tools, removing one tab somewhere.. Signed-off-by: Marcel de Rooy --- tools/picture-upload.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/picture-upload.pl b/tools/picture-upload.pl index 21511ff..82d09bc 100755 --- a/tools/picture-upload.pl +++ b/tools/picture-upload.pl @@ -349,7 +349,7 @@ sub handle_file { } else { warn "Contents of $filename corrupted!"; - # $count{count}--; + #$count{count}--; $filerrors{'CORERR'} = 1; push my @filerrors, \%filerrors; push @{ $count{filenames} }, -- 1.7.9.5