Change a pair of TESTS = to TEST +=
[platform/upstream/glib.git] / tests / testgdate.c
index 85d22dc..f5fc435 100644 (file)
@@ -29,7 +29,8 @@ else \
   if ((passed+notpassed) % 10000 == 0) g_print ("."); fflush (stdout); \
 } G_STMT_END
 
-void g_date_debug_print(GDate* d)
+static void
+g_date_debug_print (GDate* d)
 {
   if (!d) g_print("NULL!\n");
   else