cosmetic fix
authorDavid Schleef <ds@schleef.org>
Tue, 4 Nov 2003 05:47:28 +0000 (05:47 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 4 Nov 2003 05:47:28 +0000 (05:47 +0000)
Original commit message from CVS:
cosmetic fix

tests/old/testsuite/refcounting/mainloop.c
testsuite/refcounting/mainloop.c

index 1400d88..0177a6e 100644 (file)
@@ -22,12 +22,13 @@ main (int argc, gchar *argv[])
 {
   int i;
 
-  g_timeout_add (10, quit_main, NULL);
+  g_timeout_add (1, quit_main, NULL);
   for (i = 0; i < 1000; ++i)
   {
     mainloop = TRUE;
     g_print ("+");
     gst_main ();
   }
+  g_print ("\n");
   return 0;
 }
index 1400d88..0177a6e 100644 (file)
@@ -22,12 +22,13 @@ main (int argc, gchar *argv[])
 {
   int i;
 
-  g_timeout_add (10, quit_main, NULL);
+  g_timeout_add (1, quit_main, NULL);
   for (i = 0; i < 1000; ++i)
   {
     mainloop = TRUE;
     g_print ("+");
     gst_main ();
   }
+  g_print ("\n");
   return 0;
 }