From fe8db5b9b7caa5c999c271e9d036574e524b9f6d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 15 Sep 2002 22:35:55 +0000 Subject: [PATCH] fix typo that causes helloworld2.c to not compile Original commit message from CVS: fix typo that causes helloworld2.c to not compile --- docs/manual/helloworld2.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/helloworld2.xml b/docs/manual/helloworld2.xml index 784ba4551c..eb7e7b66d3 100644 --- a/docs/manual/helloworld2.xml +++ b/docs/manual/helloworld2.xml @@ -81,7 +81,7 @@ gst_play_cache_empty (GstElement *element, GstElement *pipeline) GstElement *cache; GstElement *new_element; - g_print (have cache empty\n"); + g_print ("have cache empty\n"); gst_element_set_state (pipeline, GST_STATE_PAUSED);