Missed a conversion. Fixed build break
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3667 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ff37790d3d
commit
244071a67c
|
@ -424,7 +424,7 @@ Returns:
|
||||||
// then install EfiStandardErrorDeviceGuid onto ControllerHandle
|
// then install EfiStandardErrorDeviceGuid onto ControllerHandle
|
||||||
//
|
//
|
||||||
Status = ConPlatformUpdateDeviceVariable (
|
Status = ConPlatformUpdateDeviceVariable (
|
||||||
VarErrorOut,
|
L"ErrOut",
|
||||||
DevicePath,
|
DevicePath,
|
||||||
CHECK
|
CHECK
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue