mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Weird C code fix
Original commit message from CVS: Weird C code fix
This commit is contained in:
parent
bad94002f2
commit
4f5c06b34a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue