mirror of https://github.com/acidanthera/audk.git
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:
parent
2fcdca1d73
commit
7ef76906ac
|
@ -1268,7 +1268,7 @@ PlatOverMngrCallback (
|
||||||
if (KeyValue == KEY_VALUE_ORDER_SAVE_AND_EXIT) {
|
if (KeyValue == KEY_VALUE_ORDER_SAVE_AND_EXIT) {
|
||||||
Status = CommintChanges (Private, KeyValue, FakeNvData);
|
Status = CommintChanges (Private, KeyValue, FakeNvData);
|
||||||
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
*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);
|
CreatePopUp (EFI_LIGHTGRAY | EFI_BACKGROUND_BLUE, &Key, L"Single Override Info too large, Saving Error!", NULL);
|
||||||
return EFI_DEVICE_ERROR;
|
return EFI_DEVICE_ERROR;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue