kernel32/tests: remove unused assignment (LLVM/Clang)

Austin English austinenglish at gmail.com
Fri Feb 4 23:19:38 CST 2011


-- 
-Austin
-------------- next part --------------
diff --git a/dlls/kernel32/tests/change.c b/dlls/kernel32/tests/change.c
index 8e22dd7..4d0bc1c 100644
--- a/dlls/kernel32/tests/change.c
+++ b/dlls/kernel32/tests/change.c
@@ -47,7 +47,7 @@ static DWORD CALLBACK NotificationThread(LPVOID arg)
 
     if (status == WAIT_OBJECT_0 ) {
         notified = TRUE;
-        ret = FindNextChangeNotification(change);
+        FindNextChangeNotification(change);
     }
 
     ret = FindCloseChangeNotification(change);


More information about the wine-patches mailing list