Add missing break and add comment to non-necessary break.
Signed-off-by: Li Elvin <elvin.li@intel.com> Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com> Reviewed-by: Dong Eric <eric.dong@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13642 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -767,7 +767,9 @@ UiAddMenuOption (
|
||||
//
|
||||
MenuOption->GrayOut = TRUE;
|
||||
}
|
||||
|
||||
//
|
||||
// break skipped on purpose
|
||||
//
|
||||
default:
|
||||
MenuOption->IsQuestion = FALSE;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user