Andrew Talbot : mshtml: Remove superfluous semicolon.

Alexandre Julliard julliard at winehq.org
Tue Apr 1 06:51:28 CDT 2008


Module: wine
Branch: master
Commit: c25e5d642a823e43b1f7e60b91eec112905435eb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c25e5d642a823e43b1f7e60b91eec112905435eb

Author: Andrew Talbot <andrew.talbot at 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);




More information about the wine-cvs mailing list