cosmetic fix

Original commit message from CVS:
cosmetic fix
This commit is contained in:
David Schleef 2003-11-04 05:47:28 +00:00
parent eebceb0d90
commit 4ccd25273f
2 changed files with 4 additions and 2 deletions

View file

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

View file

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