Mark some functions 'static' in glib/tests
[platform/upstream/glib.git] / glib / tests / markup-subparser.c
index 631a61b..3218880 100644 (file)
@@ -275,7 +275,7 @@ typedef struct
   const char *error_message;
 } TestCase;
 
-void
+static void
 test (gconstpointer user_data)
 {
   const TestCase *tc = user_data;