Alistair Leslie-Hughes wrote:
Hi Jacek,
Jacek Caban wrote:
dlls/mshtml/htmlelem.c | 33 +++++++++++++++++++++++++++++++-- dlls/mshtml/tests/dom.c | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 2 deletions(-)
static const WCHAR xW[] = {'x',0};
- static const WCHAR yW[] = {'x',0};
Should this be = {'y', 0}?
You're right, it's a copy&paste typo, thanks.
Jacek