gameux: Don't compare with TRUE.

Michael Stefaniuc mstefani at redhat.de
Sat Oct 1 14:40:11 CDT 2011


---
 dlls/gameux/gamestatistics.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gameux/gamestatistics.c b/dlls/gameux/gamestatistics.c
index b40975f..96b35d5 100644
--- a/dlls/gameux/gamestatistics.c
+++ b/dlls/gameux/gamestatistics.c
@@ -946,7 +946,7 @@ static HRESULT WINAPI GameStatisticsImpl_Save(
 
     TRACE("(%p, %d)\n", This, trackChanges);
 
-    if(trackChanges == TRUE)
+    if(trackChanges)
         FIXME("tracking changes not yet implemented\n");
 
     hr = GAMEUX_updateStatisticsFile(&This->stats);
-- 
1.7.4.4



More information about the wine-patches mailing list