|
Wine
»
Wine - Patches
mshtml/tests: Fix a trailing '\n' in an ok() call.
View:
Threaded
Chronologically
All Messages
New views
1 Messages —
Rating Filter:
0
1
2
3
4
5
Alert me
mshtml/tests: Fix a trailing '\n' in an ok() call.
by Francois Gouget-2
:: Rate this Message:
Reply to Author
|
View Threaded
|
Show Only this Message
---
dlls/mshtml/tests/script.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/mshtml/tests/script.c b/dlls/mshtml/tests/script.c
index 05f2e4e..8daa9bc 100644
--- a/dlls/mshtml/tests/script.c
+++ b/dlls/mshtml/tests/script.c
@@ -376,7 +376,7 @@ static HRESULT WINAPI scriptDisp_GetDispID(IDispatchEx *iface, BSTR bstrName, DW
return E_FAIL;
}
- ok(0, "unexpected call\b");
+ ok(0, "unexpected call\n");
return E_NOTIMPL;
}
--
1.6.3.3
Free embeddable forum
powered by
Nabble
Forum Help