Fix compiler breakage.

Original commit message from CVS:
Fix compiler breakage.
This commit is contained in:
Jan Schmidt 2003-09-15 10:55:03 +00:00
parent ac695261b3
commit 331ee18596

View file

@ -2093,7 +2093,7 @@ gst_element_error_detailed (GstElement *element, const gchar *file, const gchar
const gchar *error_message, const gchar *detailed)
{
gchar *really_detailed;
GError *error;
GError *error = NULL;
/* checks */
g_return_if_fail (GST_IS_ELEMENT (element));