]> git.sesse.net Git - vlc/commitdiff
skins2: Fix compilation.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 28 Sep 2008 00:22:32 +0000 (02:22 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 28 Sep 2008 00:22:32 +0000 (02:22 +0200)
modules/gui/skins2/src/vlcproc.cpp

index 32d3c7d4571749c5a9d2f5f032037f60c637114c..be8fee8d039d003625a7f51fadb051bd0aa97f6d 100644 (file)
@@ -561,7 +561,7 @@ void VlcProc::updateStreamName( playlist_t *p_playlist )
 {
     if( p_playlist )
     {
-        input_thread_t * p_input = playlist_CurrentInput( p_playlist )
+        input_thread_t * p_input = playlist_CurrentInput( p_playlist );
         // Get playlist item information
         input_item_t *pItem = input_GetItem( p_input );