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
Родитель eb01c12ace
Коммит 72ce0ee6b5
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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();