mshtml: Remove space before '\n'.

This commit is contained in:
Francois Gouget 2006-10-03 14:09:01 +02:00 committed by Alexandre Julliard
parent 66da242bfe
commit 5f925d421c
1 changed files with 1 additions and 1 deletions

View File

@ -1728,7 +1728,7 @@ static void test_readyState(IUnknown *unk)
return;
hres = IHTMLDocument2_get_readyState(htmldoc, NULL);
ok(hres == E_POINTER, "get_readyState failed: %08lx, expected \n", hres);
ok(hres == E_POINTER, "get_readyState failed: %08lx, expected\n", hres);
hres = IHTMLDocument2_get_readyState(htmldoc, &state);
ok(hres == S_OK, "get_ReadyState failed: %08lx\n", hres);