Commit a96b23cc authored by Austin English's avatar Austin English Committed by Alexandre Julliard

kernel32/tests: Remove unused assignment (LLVM/Clang).

parent cf36677c
...@@ -47,7 +47,7 @@ static DWORD CALLBACK NotificationThread(LPVOID arg) ...@@ -47,7 +47,7 @@ static DWORD CALLBACK NotificationThread(LPVOID arg)
if (status == WAIT_OBJECT_0 ) { if (status == WAIT_OBJECT_0 ) {
notified = TRUE; notified = TRUE;
ret = FindNextChangeNotification(change); FindNextChangeNotification(change);
} }
ret = FindCloseChangeNotification(change); ret = FindCloseChangeNotification(change);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment