mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[KS]
* Add a missing break. CID 13502. svn path=/trunk/; revision=54490
This commit is contained in:
parent
2b29282303
commit
ebcf61a63b
1 changed files with 1 additions and 0 deletions
|
@ -1963,6 +1963,7 @@ KspDispatchIrp(
|
|||
break;
|
||||
case IRP_MJ_PNP:
|
||||
Dispatch = KsDefaultDispatchPnp;
|
||||
break;
|
||||
default:
|
||||
Dispatch = NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue