Skip to content

Commit

Permalink
ntdll: Fix a missing break statement.
Browse files Browse the repository at this point in the history
Should fix #2, #3, #6.
  • Loading branch information
zfigura authored and Guy1524 committed Apr 6, 2020
1 parent 169f878 commit 8165b06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/ntdll/esync.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ NTSTATUS esync_wait_objects( DWORD count, const HANDLE *handles, BOOLEAN wait_an
return i;
}
}
break;
}
case ESYNC_MANUAL_EVENT:
{
Expand Down

0 comments on commit 8165b06

Please sign in to comment.