shut up gcc3

Original commit message from CVS:
shut up gcc3
This commit is contained in:
Andy Wingo 2005-06-27 18:39:41 +00:00
parent f2cf753b17
commit 7fda2039b3

View file

@ -454,7 +454,7 @@ gboolean
gst_pad_set_active (GstPad * pad, gboolean active) gst_pad_set_active (GstPad * pad, gboolean active)
{ {
GstActivateMode old; GstActivateMode old;
gboolean ret; gboolean ret = FALSE;
g_return_val_if_fail (GST_IS_PAD (pad), FALSE); g_return_val_if_fail (GST_IS_PAD (pad), FALSE);