examples: fix 'control reaches end of non-void function' warning in cairo example
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 12:23:50 +0000 (13:23 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Sat, 16 Apr 2011 12:23:50 +0000 (13:23 +0100)
tests/examples/cairo/cairo_overlay.c

index c941b53..cae4c13 100644 (file)
@@ -167,4 +167,6 @@ main (int argc, char **argv)
 
   gst_element_set_state (pipeline, GST_STATE_NULL);
   gst_object_unref (pipeline);
+
+  return 0;
 }