mirror of https://github.com/acidanthera/audk.git
Clean up BdsDxe for Doxygen comments requirement.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5496 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
91143ad807
commit
f8d709956f
|
@ -721,7 +721,7 @@ WaitForSingleEvent (
|
||||||
EFI_EVENT TimerEvent;
|
EFI_EVENT TimerEvent;
|
||||||
EFI_EVENT WaitList[2];
|
EFI_EVENT WaitList[2];
|
||||||
|
|
||||||
if (Timeout) {
|
if (Timeout != 0) {
|
||||||
//
|
//
|
||||||
// Create a timer event
|
// Create a timer event
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue