gameux: Remove duplicate "if" condition.
This commit is contained in:
parent
a5becedd0e
commit
5a04819709
|
@ -175,8 +175,6 @@ static HRESULT GAMEUX_updateStatisticsFile(struct GAMEUX_STATS *stats)
|
|||
hr = E_OUTOFMEMORY;
|
||||
}
|
||||
|
||||
if(SUCCEEDED(hr))
|
||||
|
||||
if(SUCCEEDED(hr))
|
||||
for(i=0; i<MAX_CATEGORIES; ++i)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue