Przeglądaj źródła

libdpkg: Make test function static

Guillem Jover 14 lat temu
rodzic
commit
87e06dabf1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/dpkg/test/t-ar.c

+ 1 - 1
lib/dpkg/test/t-ar.c

@@ -38,7 +38,7 @@ test_ar_normalize_name(void)
 	test_str(arh.ar_name, ==, "member-name");
 	test_str(arh.ar_name, ==, "member-name");
 }
 }
 
 
-void
+static void
 test(void)
 test(void)
 {
 {
 	test_ar_normalize_name();
 	test_ar_normalize_name();