Commit 5a048197 authored by Frédéric Delanoy's avatar Frédéric Delanoy Committed by Alexandre Julliard

gameux: Remove duplicate "if" condition.

parent a5becedd
......@@ -176,8 +176,6 @@ static HRESULT GAMEUX_updateStatisticsFile(struct GAMEUX_STATS *stats)
}
if(SUCCEEDED(hr))
if(SUCCEEDED(hr))
for(i=0; i<MAX_CATEGORIES; ++i)
{
if(lstrlenW(stats->categories[i].sName)==0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment