build: Add missing "static" keyword where it should be used
[platform/upstream/glib.git] / gio / tests / resources.c
index d21513b..f7a7e83 100644 (file)
@@ -487,7 +487,7 @@ test_uri_query_info (void)
   g_resource_unref (resource);
 }
 
-void
+static void
 test_uri_file (void)
 {
   GResource *resource;