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
commite607a66ddea37634780096674b187e9adbcc8cca (patch)
tree22c8cdae8b5d6a46d1400f3b8f368683658b8ea7
parent32f441d52d3c4b62f5b35008866759b73a7624a7 (diff)
downloadgstreamer-plugins-bad-e607a66ddea37634780096674b187e9adbcc8cca.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;
}