http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a58382
)
mshtml: Remove superfluous semicolon.
author
Andrew Talbot
<andrew.talbot@talbotville.com>
Mon, 31 Mar 2008 19:42:14 +0000
(20:42 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Tue, 1 Apr 2008 09:27:27 +0000
(11:27 +0200)
dlls/mshtml/nsevents.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mshtml/nsevents.c
b/dlls/mshtml/nsevents.c
index eda1b544c7af3b000a48283ae275f7add5dc6d88..7e428ce52fed59f260405b802de7c00e390f3a0e 100644
(file)
--- 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);