From 4ccd25273f1493ec718e823b4e466fd862fcb6ac Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 4 Nov 2003 05:47:28 +0000 Subject: [PATCH] cosmetic fix Original commit message from CVS: cosmetic fix --- tests/old/testsuite/refcounting/mainloop.c | 3 ++- testsuite/refcounting/mainloop.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/old/testsuite/refcounting/mainloop.c b/tests/old/testsuite/refcounting/mainloop.c index 1400d88c33..0177a6e294 100644 --- a/tests/old/testsuite/refcounting/mainloop.c +++ b/tests/old/testsuite/refcounting/mainloop.c @@ -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; } diff --git a/testsuite/refcounting/mainloop.c b/testsuite/refcounting/mainloop.c index 1400d88c33..0177a6e294 100644 --- a/testsuite/refcounting/mainloop.c +++ b/testsuite/refcounting/mainloop.c @@ -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; }