Fix warning
authorDavid Schleef <ds@schleef.org>
Tue, 2 Jul 2002 03:29:21 +0000 (03:29 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 2 Jul 2002 03:29:21 +0000 (03:29 +0000)
Original commit message from CVS:
Fix warning

gst-libs/gst/gconf/test-gconf.c

index 8ce459a..25831d9 100644 (file)
@@ -7,4 +7,5 @@ main (int argc, char *argv[])
           gst_gconf_get_string ("default/videosink"));
   printf ("Default audio sink : %s\n", 
           gst_gconf_get_string ("default/audiosink"));
+  return 0;
 }