examples: fix 'control reaches end of non-void function' warning in cairo example

This commit is contained in:
Tim-Philipp Müller 2011-04-16 13:23:50 +01:00
parent e02b7e7fdf
commit 9b93ae0eae

View file

@ -167,4 +167,6 @@ main (int argc, char **argv)
gst_element_set_state (pipeline, GST_STATE_NULL);
gst_object_unref (pipeline);
return 0;
}