]> git.sesse.net Git - vlc/commitdiff
mozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 17 Feb 2009 12:48:49 +0000 (13:48 +0100)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 17 Feb 2009 12:49:16 +0000 (13:49 +0100)
projects/mozilla/vlcshell.cpp

index 3fb3472bad6750e80615e3fd04198abaec48d7bc..c1ddaf8372a0144fde61b54a15496e2ad480ac0f 100644 (file)
@@ -187,7 +187,7 @@ int16 NPP_HandleEvent( NPP instance, void * event )
                     int is_playing;
                     libvlc_playlist_lock(p_vlc);
                     is_playing = libvlc_playlist_isplaying(p_vlc, NULL);
-                    libvlc_playlist_lunock(p_vlc);
+                    libvlc_playlist_unlock(p_vlc);
                     if( is_playing )
                     {
                         libvlc_media_player_t *p_md =