=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: gameux: Remove duplicate "if" condition.

Alexandre Julliard julliard at winehq.org
Wed Nov 30 14:19:19 CST 2011


Module: wine
Branch: master
Commit: 5a04819709d355122d1882b418a0835bfdf5d23a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5a04819709d355122d1882b418a0835bfdf5d23a

Author: Frédéric Delanoy <frederic.delanoy at 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)




More information about the wine-cvs mailing list