Commit c25e5d64 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

mshtml: Remove superfluous semicolon.

parent 8a583827
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment