fix typo that causes helloworld2.c to not compile

Original commit message from CVS:
fix typo that causes helloworld2.c to not compile
This commit is contained in:
David Schleef 2002-09-15 22:35:55 +00:00
parent c35200bf05
commit fe8db5b9b7

View 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);