]> git.sesse.net Git - vlc/commitdiff
- vlcshell.cp: compile fix
authorDamien Fouilleul <damienf@videolan.org>
Thu, 22 Mar 2007 17:29:55 +0000 (17:29 +0000)
committerDamien Fouilleul <damienf@videolan.org>
Thu, 22 Mar 2007 17:29:55 +0000 (17:29 +0000)
mozilla/vlcshell.cpp

index 28df94e82b841dffadc0fbbcd2b213f71c82971f..135f69a2e5f73688077fd2c20b66db5a4903baef 100644 (file)
@@ -119,6 +119,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
     switch( variable )
     {
         case NPPVpluginScriptableNPObject:
+        {
             /* retrieve plugin root class */
             NPClass *scriptClass = p_plugin->getScriptClass();
             if( scriptClass )
@@ -128,6 +129,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
                 return NPERR_NO_ERROR;
             }
             break;
+        }
 
         default:
             ;