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 eb01c12ace
commit 72ce0ee6b5

View File

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