ICC Cleanup: Remove the unnecessary ',' in the last enum.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6583 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-11-18 08:03:05 +00:00
parent e1aa561d76
commit 70d18ad141
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ typedef struct {
typedef enum { typedef enum {
EfiMemtestCorrectableError = 1, EfiMemtestCorrectableError = 1,
EfiMemtestUncorrectableError, EfiMemtestUncorrectableError,
EfiMemtestErrorMaximum, EfiMemtestErrorMaximum
} EFI_DIMM_ERROR; } EFI_DIMM_ERROR;
// //
@ -118,7 +118,7 @@ typedef enum {
typedef enum { typedef enum {
EfiMemtestActionReport = 1, EfiMemtestActionReport = 1,
EfiMemtestActionDisableMem, EfiMemtestActionDisableMem,
EfiMemtestActionMaximum, EfiMemtestActionMaximum
} EFI_MEMTEST_ERROR_ACTION; } EFI_MEMTEST_ERROR_ACTION;