mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
- Add missing break (<3 kjk <3)
svn path=/trunk/; revision=38120
This commit is contained in:
parent
7d2ae2011e
commit
1258b49708
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ KdpServiceDispatcher(ULONG Service,
|
|||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
/* Special case for stack frame dumps */
|
||||
|
|
Loading…
Reference in a new issue