Frédéric Delanoy : gameux: Remove duplicate "if" condition.
Module: wine Branch: master Commit: 5a04819709d355122d1882b418a0835bfdf5d23a URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a04819709d355122d1882b418... Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com> Date: Tue Nov 29 23:30:50 2011 +0100 gameux: Remove duplicate "if" condition. --- dlls/gameux/gamestatistics.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/gameux/gamestatistics.c b/dlls/gameux/gamestatistics.c index 96b35d5..cfe14b9 100644 --- a/dlls/gameux/gamestatistics.c +++ b/dlls/gameux/gamestatistics.c @@ -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)
participants (1)
-
Alexandre Julliard