André Hentschel : mshtml: Fix export comment.
Module: wine Branch: master Commit: fd94974e59905572859e0d1f4591772f0b66563c URL: http://source.winehq.org/git/wine.git/?a=commit;h=fd94974e59905572859e0d1f45... Author: André Hentschel <nerv(a)dawncrow.de> Date: Fri Dec 3 17:42:40 2010 +0100 mshtml: Fix export comment. --- dlls/mshtml/npplugin.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/npplugin.c b/dlls/mshtml/npplugin.c index 5f21ce1..ba32205 100644 --- a/dlls/mshtml/npplugin.c +++ b/dlls/mshtml/npplugin.c @@ -359,7 +359,7 @@ static void CDECL NPP_LostFocus(NPP instance) } /*********************************************************************** - * NP_GetEntryPoints (npmshtml.@) + * NP_GetEntryPoints (mshtml.@) */ NPError WINAPI NP_GetEntryPoints(NPPluginFuncs* funcs) {
participants (1)
-
Alexandre Julliard