]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Universal/UserInterface/SetupBrowser/Dxe/Setup.c
Fix the issue of Wide char help strings cannot break into multiple lines correctly
[mirror_edk2.git] / EdkModulePkg / Universal / UserInterface / SetupBrowser / Dxe / Setup.c
index 8a873b3a5eb94be9813d3d416bce676424749888..759eb5efb993398e5c51870e4163939ade7dd616 100644 (file)
@@ -1,5 +1,7 @@
-/*++\r
-Copyright (c) 2006, Intel Corporation                                                         \r
+/**@file\r
+  Entry and initialization module for the browser.\r
+  \r
+Copyright (c) 2006 - 2007 Intel Corporation. <BR>\r
 All rights reserved. This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -8,15 +10,7 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
-Module Name:\r
-        Setup.c\r
-\r
-Abstract:\r
-\r
-  Entry and initialization module for the browser\r
-\r
-Revision History:\r
---*/\r
+**/\r
 \r
 #include "Setup.h"\r
 #include "Ui.h"\r
@@ -586,8 +580,6 @@ Returns:
         CopyMem (&Tag->Value, &Index, sizeof (UINT16));\r
       }\r
       break;\r
-    } else {\r
-      continue;\r
     }\r
   }\r
 }\r
@@ -669,9 +661,7 @@ Returns:
         CopyMem (&Tag->Value, &Tag->Default, sizeof (UINT16));\r
       }\r
       break;\r
-    } else {\r
-      continue;\r
-    }\r
+    } \r
   }\r
 }\r
 \r