[Pkg-gnupg-commit] [gnupg2] 105/118: g10: Add missing static qualifier.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:25:18 UTC 2016


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

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit 9d62b79e62ef2690e6522fe1621140fbfc10695c
Author: Neal H. Walfield <neal at g10code.com>
Date:   Wed Sep 14 15:18:25 2016 +0200

    g10: Add missing static qualifier.
    
    * g10/tofu.c (cross_sigs): Add missing static qualifier.
    
    --
    Signed-off-by: Neal H. Walfield <neal at g10code.com>
---
 g10/tofu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index da11d40..5c99b73 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1213,7 +1213,7 @@ format_conflict_msg_part1 (int policy, strlist_t conflict_set,
 
 
 /* Return 1 if A signed B and B signed A.  */
-int
+static int
 cross_sigs (kbnode_t a, kbnode_t b)
 {
   int i;

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



More information about the Pkg-gnupg-commit mailing list