mirror of https://github.com/acidanthera/audk.git
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:
parent
e1aa561d76
commit
70d18ad141
|
@ -109,7 +109,7 @@ typedef struct {
|
|||
typedef enum {
|
||||
EfiMemtestCorrectableError = 1,
|
||||
EfiMemtestUncorrectableError,
|
||||
EfiMemtestErrorMaximum,
|
||||
EfiMemtestErrorMaximum
|
||||
} EFI_DIMM_ERROR;
|
||||
|
||||
//
|
||||
|
@ -118,7 +118,7 @@ typedef enum {
|
|||
typedef enum {
|
||||
EfiMemtestActionReport = 1,
|
||||
EfiMemtestActionDisableMem,
|
||||
EfiMemtestActionMaximum,
|
||||
EfiMemtestActionMaximum
|
||||
} EFI_MEMTEST_ERROR_ACTION;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue