Commit 87c1d816 authored by Jean-Paul Saman's avatar Jean-Paul Saman

mozilla: correct comment

(cherry picked from commit ce050593f3b4a668472d481154e1e548c1f79e03)
parent 36fda079
......@@ -110,7 +110,7 @@ NPError NPP_GetValue( NPP instance, NPPVariable variable, void *value )
VlcPlugin* p_plugin = reinterpret_cast<VlcPlugin*>(instance->pdata);
if( NULL == p_plugin )
{
// plugin has not been initialized yet !
/* plugin has not been initialized yet ! */
return NPERR_INVALID_INSTANCE_ERROR;
}
......@@ -213,8 +213,7 @@ int16_t NPP_HandleEvent( NPP instance, void * event )
if( ! hasVout )
{
/* draw the beautiful "No Picture" */
/* draw the text from p_plugin->psz_text */
ForeColor(blackColor);
PenMode( patCopy );
......
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