mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48:22 +08:00
Add a missing break to types.cpp
This commit is contained in:
parent
6e5cc3bccc
commit
574754fce6
@ -164,6 +164,7 @@ UString itemSubtypeToUString(const UINT8 type, const UINT8 subtype)
|
||||
else if (subtype == Subtypes::MetadataCpdPartition) return UString("Metadata");
|
||||
else if (subtype == Subtypes::KeyCpdPartition) return UString("Key");
|
||||
else if (subtype == Subtypes::CodeCpdPartition) return UString("Code");
|
||||
break;
|
||||
case Types::StartupApDataEntry:
|
||||
if (subtype == Subtypes::x86128kStartupApDataEntry) return UString("X86 128K");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user