Commit f4b87078 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

libvlc: Correct the error string in libvlc_media_list_player_next.

parent 89c901ff
...@@ -529,7 +529,7 @@ void libvlc_media_list_player_next( libvlc_media_list_player_t * p_mlp, ...@@ -529,7 +529,7 @@ void libvlc_media_list_player_next( libvlc_media_list_player_t * p_mlp,
if (! p_mlp->p_mlist ) if (! p_mlp->p_mlist )
{ {
libvlc_exception_raise( p_e, "No more element to play" ); libvlc_exception_raise( p_e, "No media list" );
return; return;
} }
......
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