mshtml: Remove superfluous semicolon.
authorAndrew Talbot <andrew.talbot@talbotville.com>
Mon, 31 Mar 2008 19:42:14 +0000 (20:42 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 1 Apr 2008 09:27:27 +0000 (11:27 +0200)
dlls/mshtml/nsevents.c

index eda1b544c7af3b000a48283ae275f7add5dc6d88..7e428ce52fed59f260405b802de7c00e390f3a0e 100644 (file)
@@ -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);