winmm/tests: remove dead assignment (LLVM/Clang)

Austin English austinenglish at gmail.com
Wed Feb 16 20:26:25 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/winmm/tests/wave.c b/dlls/winmm/tests/wave.c
index 77a4cc1..c85f13c 100644
--- a/dlls/winmm/tests/wave.c
+++ b/dlls/winmm/tests/wave.c
@@ -319,7 +319,6 @@ const char * wave_open_flags(DWORD flags)
     if ((flags & WAVE_MAPPED) == WAVE_MAPPED) {
         if (!first) strcat(msg, "|");
         strcat(msg, "WAVE_MAPPED");
-        first = FALSE;
     }
     return msg;
 }


More information about the wine-patches mailing list