Alexandre Julliard : usp10: Fixed a compiler warning.

Alexandre Julliard julliard at wine.codeweavers.com
Wed May 24 13:08:41 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 94d0478ee52ac88e2ed0274158346b55d8175951
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=94d0478ee52ac88e2ed0274158346b55d8175951

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May 24 18:30:34 2006 +0200

usp10: Fixed a compiler warning.

---

 dlls/usp10/tests/usp10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c
index 48ded43..15d4c40 100644
--- a/dlls/usp10/tests/usp10.c
+++ b/dlls/usp10/tests/usp10.c
@@ -474,7 +474,7 @@ static void test_ScriptString(void)
     BOOL fDisabled = FALSE;
     hr = ScriptStringAnalyse( hdc, pString, cString, cGlyphs, iCharset, dwFlags,
                               iReqWidth, &psControl, &psState, piDx, &pTabdef,
-                              pbInClass, &pssa);
+                              &pbInClass, &pssa);
     ok(hr == E_INVALIDARG, "ScriptStringAnalyse Stub should return E_INVALIDARG not %08x\n", (unsigned int) hr);
     hr = ScriptStringOut(pssa, iX, iY, uOptions, &prc, iMinSel, iMaxSel,fDisabled);
     ok(hr == E_NOTIMPL, "ScriptStringOut Stub should return E_NOTIMPL not %08x\n", (unsigned int) hr);




More information about the wine-cvs mailing list