mshtml: Remove superfluous semicolon.

This commit is contained in:
Andrew Talbot 2008-03-31 20:42:14 +01:00 committed by Alexandre Julliard
parent 8a5838274b
commit c25e5d642a
1 changed files with 1 additions and 1 deletions

View 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);