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:
parent
aff27ee1a4
commit
e893af8fb3
@ -670,8 +670,9 @@ NP_Initialize(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs)
|
|||||||
#ifdef OJI
|
#ifdef OJI
|
||||||
pluginFuncs->javaClass = Private_GetJavaClass();
|
pluginFuncs->javaClass = Private_GetJavaClass();
|
||||||
#endif
|
#endif
|
||||||
// This function is supposedly loaded magically, but that doesn't
|
/* This function is supposedly loaded magically, but that doesn't
|
||||||
// seem to be true.
|
* seem to be true.
|
||||||
|
*/
|
||||||
pluginFuncs->getvalue = NewNPP_GetValueProc(NP_GetValue);
|
pluginFuncs->getvalue = NewNPP_GetValueProc(NP_GetValue);
|
||||||
|
|
||||||
err = NPP_Initialize();
|
err = NPP_Initialize();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user