From f4e8c17bc2f61861ae7a2d2c4766c5d867ad358a Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 15 Mar 2007 06:30:33 +0000 Subject: Fix the issue of Wide char help strings cannot break into multiple lines correctly git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2473 6f19259b-4bc3-4df7-8a09-765794883524 --- .../UserInterface/SetupBrowser/Dxe/Setup.c | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Setup.c') 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; - } + } } } -- cgit v1.2.3