gameux: Remove duplicate "if" condition.

This commit is contained in:
Frédéric Delanoy 2011-11-29 23:30:50 +01:00 committed by Alexandre Julliard
parent a5becedd0e
commit 5a04819709
1 changed files with 0 additions and 2 deletions

View File

@ -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)
{