usp10: Let C look like C.

This commit is contained in:
Michael Stefaniuc 2013-02-06 23:15:38 +01:00 committed by Alexandre Julliard
parent 6c1b292f0b
commit 9f6f8bfc00
1 changed files with 1 additions and 1 deletions

View File

@ -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;