Commit b2570c3f authored by Jean-Paul Saman's avatar Jean-Paul Saman

Oops typo

parent aa340922
...@@ -57,7 +57,7 @@ int E_(Import_xspf)( vlc_object_t *p_this ) ...@@ -57,7 +57,7 @@ int E_(Import_xspf)( vlc_object_t *p_this )
return VLC_SUCCESS; return VLC_SUCCESS;
} }
void E_(Close_xpsf)( vlc_object_t *p_this ) void E_(Close_xspf)( vlc_object_t *p_this )
{ {
demux_t *p_demux = (demux_t *)p_this; demux_t *p_demux = (demux_t *)p_this;
msg_Dbg( p_demux, "closing xspf playlist" ); msg_Dbg( p_demux, "closing xspf playlist" );
......
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