[xboxkrnl] Add missing break (#805)
This commit is contained in:
parent
a7b6d91a2b
commit
5702814212
|
@ -580,6 +580,7 @@ int32_t format_core(PPCContext* ppc_context, FormatData& data, ArgList& args,
|
||||||
// ANSI_STRING / UNICODE_STRING
|
// ANSI_STRING / UNICODE_STRING
|
||||||
case 'Z': {
|
case 'Z': {
|
||||||
assert_always();
|
assert_always();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
default: { assert_always(); }
|
default: { assert_always(); }
|
||||||
|
|
Loading…
Reference in New Issue