Skip to content
Snippets Groups Projects
Commit 5a048197 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard
Browse files

gameux: Remove duplicate "if" condition.

parent a5becedd
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment