Commit 7222bb1d authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Simple: fix typo

parent 2828486c
......@@ -247,7 +247,7 @@ static int OpenFilter( vlc_object_t *p_this )
return VLC_EGENERIC;
p_filter->p_sys = malloc( sizeof(*p_sys) );
if( unlikely(p_filter->p_sys) )
if( unlikely(!p_filter->p_sys) )
return VLC_ENOMEM;
p_filter->pf_audio_filter = Filter;
......
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