Correct minor error.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8030 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2009-04-07 07:59:11 +00:00
parent 2fcdca1d73
commit 7ef76906ac
1 changed files with 1 additions and 1 deletions

View File

@ -1268,7 +1268,7 @@ PlatOverMngrCallback (
if (KeyValue == KEY_VALUE_ORDER_SAVE_AND_EXIT) {
Status = CommintChanges (Private, KeyValue, FakeNvData);
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
if (!EFI_ERROR (Status)) {
if (EFI_ERROR (Status)) {
CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Single Override Info too large, Saving Error!", NULL);
return EFI_DEVICE_ERROR;
}