mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 19:26:29 +00:00
[NTOSKRNL]
Add missing break in KdpServiceDispatcher svn path=/trunk/; revision=57493
This commit is contained in:
parent
ca41d88df3
commit
f380457089
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ KdpServiceDispatcher(ULONG Service,
|
|||
case 'RbdK':
|
||||
{
|
||||
Result = KdbRegisterCliCallback(Buffer1, Buffer1Length);
|
||||
break;
|
||||
}
|
||||
#endif /* KDBG */
|
||||
#endif /* DBG */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue