mshtml: Remove superfluous semicolon

Andrew Talbot andrew.talbot at talbotville.com
Mon Mar 31 14:42:14 CDT 2008


Changelog:
    mshtml: Remove superfluous semicolon.

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-patches mailing list