Skip to content

Commit

Permalink
ntdll: Fix a missing break statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfigura authored and kakra committed Sep 8, 2018
1 parent 8ab1dae commit 48a7e42
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 @@ -1048,6 +1048,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 48a7e42

Please sign in to comment.