Andrew Talbot : mshtml: Remove superfluous semicolon.
Module: wine Branch: master Commit: c25e5d642a823e43b1f7e60b91eec112905435eb URL: http://source.winehq.org/git/wine.git/?a=commit;h=c25e5d642a823e43b1f7e60b91... Author: Andrew Talbot <andrew.talbot(a)talbotville.com> Date: Mon Mar 31 20:42:14 2008 +0100 mshtml: Remove superfluous semicolon. --- dlls/mshtml/nsevents.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/mshtml/nsevents.c b/dlls/mshtml/nsevents.c index eda1b54..7e428ce 100644 --- a/dlls/mshtml/nsevents.c +++ b/dlls/mshtml/nsevents.c @@ -195,7 +195,7 @@ static nsresult NSAPI handle_node_insert(nsIDOMEventListener *iface, nsIDOMEvent nsDOMEventListener_AddRef, \ nsDOMEventListener_Release, \ handler, \ - }; + } static const nsIDOMEventListenerVtbl blur_vtbl = EVENTLISTENER_VTBL(handle_blur); static const nsIDOMEventListenerVtbl focus_vtbl = EVENTLISTENER_VTBL(handle_focus);
participants (1)
-
Alexandre Julliard