mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[KS]
* Add a missing break. CID 13502. svn path=/trunk/; revision=54490
This commit is contained in:
@@ -1963,6 +1963,7 @@ KspDispatchIrp(
|
||||
break;
|
||||
case IRP_MJ_PNP:
|
||||
Dispatch = KsDefaultDispatchPnp;
|
||||
break;
|
||||
default:
|
||||
Dispatch = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user