mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:13:05 +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':
|
case 'RbdK':
|
||||||
{
|
{
|
||||||
Result = KdbRegisterCliCallback(Buffer1, Buffer1Length);
|
Result = KdbRegisterCliCallback(Buffer1, Buffer1Length);
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
#endif /* KDBG */
|
#endif /* KDBG */
|
||||||
#endif /* DBG */
|
#endif /* DBG */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue