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 784ba45..eb7e7b6 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);