Commit cf1414dc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 9f048445
......@@ -288,7 +288,7 @@ char *vlc_sdp_Start (vlc_object_t *obj, const char *cfgpref,
char *group = var_GetNonEmptyString (obj, varname);
if (group != NULL)
{
sdp_AddAttribute (&sdp, "x-plgroup", "%s", group)
sdp_AddAttribute (&sdp, "x-plgroup", "%s", group);
free (group);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment