[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 02/02: c/files.pm: Add missing "return" in a sub



This is an automated email from the git hooks/post-receive script.

nthykier pushed a commit to branch master
in repository lintian.

commit 5deaefb96e08cd132eb1de67d3d9786ef5b4c05a
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jun 22 14:09:12 2014 +0200

    c/files.pm: Add missing "return" in a sub
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/files.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checks/files.pm b/checks/files.pm
index 1e8b74f..1381c54 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -1868,6 +1868,7 @@ sub detect_generic_privacy_breach {
             $privacybreachhash->{'tag-generic-'.$website} = 1;
         }
     }
+    return;
 }
 
 sub detect_privacy_breach {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: