summaryrefslogtreecommitdiff
path: root/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c
diff options
context:
space:
mode:
Diffstat (limited to 'EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c')
-rw-r--r--EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c b/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c
index 21d61f1..7057cab 100644
--- a/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c
+++ b/EdkNt32Pkg/Dxe/PlatformBds/Generic/Language.c
@@ -1,13 +1,13 @@
/*++
-Copyright (c) 2006, 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
-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.
+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
+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:
@@ -16,7 +16,7 @@ Module Name:
Abstract:
Language settings
-
+
Revision History
--*/
@@ -311,7 +311,7 @@ Routine Description:
Arguments:
None
-
+
Returns:
--*/
@@ -326,7 +326,7 @@ Returns:
HiiHandle = 0;
Hii->NewPack (Hii, PackageList, &HiiHandle);
- gBS->FreePool (PackageList);
+ FreePool (PackageList);
}
VOID
@@ -336,12 +336,12 @@ InitializeLanguage (
/*++
Routine Description:
- Determine the current language that will be used
+ Determine the current language that will be used
based on language related EFI Variables
Arguments:
LangCodesSettingRequired - If required to set LangCode variable
-
+
Returns:
--*/
@@ -421,11 +421,11 @@ Returns:
}
if (LangCodes) {
- gBS->FreePool (LangCodes);
+ FreePool (LangCodes);
}
if (LanguageString != NULL) {
- gBS->FreePool (LanguageString);
+ FreePool (LanguageString);
}
}