diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 08:11:23 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-18 08:11:23 +0000 |
commit | c44a5016b3cb69e61e072cc457414c4e13061f24 (patch) | |
tree | d5a3b32147caa3f78267c33358cf3b7fecad0273 /EdkCompatibilityPkg | |
parent | 0d37437d289b8ce1c57c884debf27f8fe0e2cd8e (diff) | |
download | edk2-platforms-c44a5016b3cb69e61e072cc457414c4e13061f24.tar.xz |
ICC Cleanup: Remove the unnecessary ',' in the last enum.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6592 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h b/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h index 70b6b03481..2dcaf9ba9a 100644 --- a/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h +++ b/EdkCompatibilityPkg/Foundation/Protocol/ExtendedSalGuid/ExtendedSalGuid.h @@ -173,7 +173,7 @@ typedef enum { SetVolumeAttributes,
GetPhysicalAddress,
GetBlockSize,
- EraseCustomBlockRange,
+ EraseCustomBlockRange
} EFI_EXTENDED_SAL_FV_BLOCK_SERVICES_FUNC_ID;
typedef enum {
|