The following commit has been merged in the master branch:
commit 87e06dabf1cf580d9ba89b21401be71ca7230e10
Author: Guillem Jover <guil...@debian.org>
Date:   Mon Jan 9 06:53:12 2012 +0100

    libdpkg: Make test function static

diff --git a/lib/dpkg/test/t-ar.c b/lib/dpkg/test/t-ar.c
index 4093995..d563fae 100644
--- a/lib/dpkg/test/t-ar.c
+++ b/lib/dpkg/test/t-ar.c
@@ -38,7 +38,7 @@ test_ar_normalize_name(void)
        test_str(arh.ar_name, ==, "member-name");
 }
 
-void
+static void
 test(void)
 {
        test_ar_normalize_name();

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to debian-dpkg-cvs-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to