Weird C code fix

Original commit message from CVS:
Weird C code fix
This commit is contained in:
Ronald S. Bultje 2003-05-19 18:01:42 +00:00
parent bad94002f2
commit 4f5c06b34a

View file

@ -423,7 +423,7 @@ gst_props_entry_from_string_no_name (gchar *s, gchar **after, gboolean has_type)
if (*check == ')') break;
if (*check++ != ',') goto error;
} while (TRUE);
*check++;
check++;
while (g_ascii_isspace (*check)) check++;
*after = check;
return entry;