Module: wine Branch: master Commit: 9f6f8bfc0088f5b466d51067489cc29355924bb8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f6f8bfc0088f5b466d5106748...
Author: Michael Stefaniuc mstefani@redhat.de Date: Wed Feb 6 23:15:38 2013 +0100
usp10: Let C look like C.
---
dlls/usp10/usp10.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c index 41a7f32..a08b047 100644 --- a/dlls/usp10/usp10.c +++ b/dlls/usp10/usp10.c @@ -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;