[lintian] 03/04: c/cpy-file: Remove unused argument
This is an automated email from the git hooks/post-receive script.
nthykier pushed a commit to branch master
in repository lintian.
commit 3c250481e621da365a82d2945c4a1528ec087caa
Author: Niels Thykier <niels@thykier.net>
Date:   Fri Feb 26 21:00:05 2016 +0000
    c/cpy-file: Remove unused argument
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/copyright-file.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/checks/copyright-file.pm b/checks/copyright-file.pm
index fbd93e9..333c399 100644
--- a/checks/copyright-file.pm
+++ b/checks/copyright-file.pm
@@ -417,7 +417,7 @@ sub check_names_texts {
         }
         return sub {
             alias $_ = ${$_[0]};
-            return $action->($_);
+            return $action->();
         };
     };
     $text_check = $make_check->($text_check);
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git
Reply to: