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

typo

parent f09b30c7
......@@ -2122,7 +2122,7 @@ static int InputSourceInit( input_thread_t *p_input,
* (and do nothing with a list) */
char *psz_var_demux = var_GetNonEmptyString( p_input, "demux" );
if( psz_var_demux != NULL' &&
if( psz_var_demux != NULL &&
!strchr(psz_var_demux, ',' ) &&
!strchr(psz_var_demux, ':' ) )
{
......
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