usp10: Let C look like C.
This commit is contained in:
parent
6c1b292f0b
commit
9f6f8bfc00
|
@ -1878,7 +1878,7 @@ HRESULT WINAPI ScriptStringAnalyse(HDC hdc, const void *pString, int cString,
|
|||
hr = ScriptItemize(pString, cString, num_items, &sControl, &sState, analysis->pItem,
|
||||
&analysis->numItems);
|
||||
|
||||
if FAILED(hr)
|
||||
if (FAILED(hr))
|
||||
{
|
||||
if (hr == E_OUTOFMEMORY)
|
||||
hr = E_INVALIDARG;
|
||||
|
|
Loading…
Reference in New Issue