fix typo that causes helloworld2.c to not compile
authorDavid Schleef <ds@schleef.org>
Sun, 15 Sep 2002 22:35:55 +0000 (22:35 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 15 Sep 2002 22:35:55 +0000 (22:35 +0000)
Original commit message from CVS:
fix typo that causes helloworld2.c to not compile

docs/manual/helloworld2.xml

index 784ba4551cfbb56a8ea0c0dc7f2f0d5cf69f3442..eb7e7b66d38d8aaf73ca77a42df2a7939caef396 100644 (file)
@@ -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);