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

Fix typo in previous commit

parent d8f85cc1
...@@ -165,7 +165,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -165,7 +165,7 @@ static int Open( vlc_object_t *p_this )
if( psz_parser != NULL ) if( psz_parser != NULL )
{ {
psz_parser = strchr( psz_name, ':' ); psz_parser = strchr( psz_parser, ':' );
if( psz_parser != NULL ) if( psz_parser != NULL )
{ {
*psz_parser++ = '\0'; *psz_parser++ = '\0';
......
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