summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-07-02 03:33:02 +0000
committerDavid Schleef <ds@schleef.org>2002-07-02 03:33:02 +0000
commit8ee3bae96d49a07a61e7fe567414f8e04b91caaa (patch)
tree467929d3720fc6750305869340852dbf03cbb7f6
parent6697c93974044b7161cde3c58bf4bfae90f61e10 (diff)
downloadgstreamer-plugins-base-8ee3bae96d49a07a61e7fe567414f8e04b91caaa.tar.gz
merge bugfix in 1.1->1.2
Original commit message from CVS: merge bugfix in 1.1->1.2
-rw-r--r--gst-libs/gst/gconf/test-gconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst-libs/gst/gconf/test-gconf.c b/gst-libs/gst/gconf/test-gconf.c
index 8ce459a8b..25831d947 100644
--- a/gst-libs/gst/gconf/test-gconf.c
+++ b/gst-libs/gst/gconf/test-gconf.c
@@ -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;
}