usp10: Fixed a compiler warning.
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 @@
     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);