Skip to content

Commit f8e52b5

Browse files
zfiguraaeikum
authored andcommitted
ntdll: Fix a missing break statement.
Should fix wine-mirror#2, wine-mirror#3, wine-mirror#6.
1 parent 1a69d6f commit f8e52b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dlls/ntdll/esync.c

+1
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,7 @@ NTSTATUS esync_wait_objects( DWORD count, const HANDLE *handles, BOOLEAN wait_an
10481048
return i;
10491049
}
10501050
}
1051+
break;
10511052
}
10521053
case ESYNC_MANUAL_EVENT:
10531054
{

0 commit comments

Comments
 (0)