gameux: Remove duplicate "if" condition

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Nov 29 16:30:50 CST 2011


---
 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)
-- 
1.7.7.2




More information about the wine-patches mailing list