Module: wine Branch: master Commit: abccac389776b66d22032b406b0232001b0517fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=abccac389776b66d22032b406b...
Author: Francois Gouget fgouget@free.fr Date: Sun Nov 8 10:53:22 2009 +0100
mshtml/tests: Fix a trailing '\n' in an ok() call.
---
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; }