git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Compile fix - Pointed by vcxx
[vlc.git]
/
src
/
control
/
playlist.c
diff --git
a/src/control/playlist.c
b/src/control/playlist.c
index
9a17a83
..
988721f
100644
(file)
--- a/
src/control/playlist.c
+++ b/
src/control/playlist.c
@@
-159,7
+159,7
@@
int libvlc_playlist_add_extended( libvlc_instance_t *p_instance,
assert( PL );
if( playlist_was_locked( p_instance ) )
{
- libvlc_exeption_raise( p_e, "You must unlock playlist before "
+ libvlc_ex
c
eption_raise( p_e, "You must unlock playlist before "
"calling libvlc_playlist_add" );
return VLC_EGENERIC;
}