diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-16 07:50:37 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-16 07:50:37 +0000 |
commit | f8d709956ffb825af1179063e08496aed52e9a7c (patch) | |
tree | 9190e9a21276bbe0ac79474b49a9211ebb06ac6c | |
parent | 91143ad8079bb81866afb6a7f75af5964a42dd58 (diff) | |
download | edk2-platforms-f8d709956ffb825af1179063e08496aed52e9a7c.tar.xz |
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
-rw-r--r-- | MdeModulePkg/Universal/BdsDxe/FrontPage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Universal/BdsDxe/FrontPage.c b/MdeModulePkg/Universal/BdsDxe/FrontPage.c index ed9609d255..54d4a5fbd7 100644 --- a/MdeModulePkg/Universal/BdsDxe/FrontPage.c +++ b/MdeModulePkg/Universal/BdsDxe/FrontPage.c @@ -721,7 +721,7 @@ WaitForSingleEvent ( EFI_EVENT TimerEvent;
EFI_EVENT WaitList[2];
- if (Timeout) {
+ if (Timeout != 0) {
//
// Create a timer event
//
|