diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-04 09:44:58 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-04 09:44:58 +0000 |
commit | e00e1d46940a267d6fbe92be4ed2e547b4e946dc (patch) | |
tree | ccfa6694ebebad33608d7fb40bd8a863c0c6977c /EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c | |
parent | ed66e1bc0d2be0a185fc47adab4930c3b7e2767f (diff) | |
download | edk2-platforms-e00e1d46940a267d6fbe92be4ed2e547b4e946dc.tar.xz |
clean up the un-suitable ';' location when declaring the functions. The regular is ")[ ]++^p;"
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5821 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c b/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c index de4290ccf1..025027cc1c 100644 --- a/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c +++ b/EdkCompatibilityPkg/Compatibility/UcToUc2Thunk/UcToUc2Thunk.c @@ -52,8 +52,7 @@ StriColl ( IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN CHAR16 *Str1,
IN CHAR16 *Str2
- )
-;
+ );
/**
Converts all the Unicode characters in a Null-terminated Unicode string to
@@ -68,8 +67,7 @@ EFIAPI StrLwr (
IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN OUT CHAR16 *Str
- )
-;
+ );
/**
Converts all the Unicode characters in a Null-terminated Unicode string to upper
@@ -84,8 +82,7 @@ EFIAPI StrUpr (
IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN OUT CHAR16 *Str
- )
-;
+ );
/**
Performs a case-insensitive comparison of a Null-terminated Unicode
@@ -105,8 +102,7 @@ MetaiMatch ( IN EFI_UNICODE_COLLATION_PROTOCOL *This,
IN CHAR16 *String,
IN CHAR16 *Pattern
- )
-;
+ );
/**
Converts an 8.3 FAT file name in an OEM character set to a Null-terminated
@@ -127,8 +123,7 @@ FatToStr ( IN UINTN FatSize,
IN CHAR8 *Fat,
OUT CHAR16 *String
- )
-;
+ );
/**
Converts a Null-terminated Unicode string to legal characters in a FAT
@@ -152,8 +147,7 @@ StrToFat ( IN CHAR16 *String,
IN UINTN FatSize,
OUT CHAR8 *Fat
- )
-;
+ );
#define UC_PRIVATE_DATA_SIGNATURE EFI_SIGNATURE_32 ('_', 'U', 'C', '_')
|