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

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6582 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-11-18 08:02:51 +00:00
parent 193942bb21
commit e1aa561d76
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ enum {
IP4_CONFIG_SOURCE_MAX,
IP4_NIC_NAME_LENGTH = 64,
MAX_IP4_CONFIG_IN_VARIABLE = 16,
MAX_IP4_CONFIG_IN_VARIABLE = 16
};
//