Bug 548213. Fix C++-style comment in C code. r=josh

This commit is contained in:
Uli LInk 2010-03-05 13:10:42 +13:00
parent 129e12e9f7
commit 095565d1b1

View File

@ -627,8 +627,9 @@ NP_Initialize(NPNetscapeFuncs* nsTable, NPPluginFuncs* pluginFuncs)
pluginFuncs->event = NULL;
pluginFuncs->javaClass = NULL;
// 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 = (NPP_GetValueProcPtr)(NP_GetValue);
err = NPP_Initialize();