X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkModulePkg%2FUniversal%2FUserInterface%2FSetupBrowser%2FDxe%2FSetup.c;h=759eb5efb993398e5c51870e4163939ade7dd616;hp=8a873b3a5eb94be9813d3d416bce676424749888;hb=f4e8c17bc2f61861ae7a2d2c4766c5d867ad358a;hpb=2e71184711079a4f70daa84151f052164f1a283f diff --git a/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Setup.c b/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Setup.c index 8a873b3a5e..759eb5efb9 100644 --- a/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Setup.c +++ b/EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Setup.c @@ -1,5 +1,7 @@ -/*++ -Copyright (c) 2006, Intel Corporation +/**@file + Entry and initialization module for the browser. + +Copyright (c) 2006 - 2007 Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -8,15 +10,7 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - Setup.c - -Abstract: - - Entry and initialization module for the browser - -Revision History: ---*/ +**/ #include "Setup.h" #include "Ui.h" @@ -586,8 +580,6 @@ Returns: CopyMem (&Tag->Value, &Index, sizeof (UINT16)); } break; - } else { - continue; } } } @@ -669,9 +661,7 @@ Returns: CopyMem (&Tag->Value, &Tag->Default, sizeof (UINT16)); } break; - } else { - continue; - } + } } }