Commit 6512abec authored by Christophe Mutricy's avatar Christophe Mutricy

Compile fix - Pointed by vcxx

parent 253da208
...@@ -159,7 +159,7 @@ int libvlc_playlist_add_extended( libvlc_instance_t *p_instance, ...@@ -159,7 +159,7 @@ int libvlc_playlist_add_extended( libvlc_instance_t *p_instance,
assert( PL ); assert( PL );
if( playlist_was_locked( p_instance ) ) if( playlist_was_locked( p_instance ) )
{ {
libvlc_exeption_raise( p_e, "You must unlock playlist before " libvlc_exception_raise( p_e, "You must unlock playlist before "
"calling libvlc_playlist_add" ); "calling libvlc_playlist_add" );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
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