Bug 548213: use C style comment in npunix.c, patch by Uli Link <ul.mcamafia@linkitup.de>, r=josh, a=dveditz

git-svn-id: svn://10.0.0.236/trunk@259920 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gavin%gavinsharp.com 2010-03-08 19:44:33 +00:00
parent aff27ee1a4
commit e893af8fb3

View File

@ -670,8 +670,9 @@ NP_Initialize(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs)
#ifdef OJI
pluginFuncs->javaClass = Private_GetJavaClass();
#endif
// This function is supposedly loaded magically, but that doesn't
// seem to be true.
/* This function is supposedly loaded magically, but that doesn't
* seem to be true.
*/
pluginFuncs->getvalue = NewNPP_GetValueProc(NP_GetValue);
err = NPP_Initialize();