Remove the tailing ',' to ensure the code pass EBC's -Za option (Enforces strict conformance to the ANSI standard for C).

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5324 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-06-04 09:55:00 +00:00
parent d389c6f3fc
commit 552b252326
3 changed files with 603 additions and 603 deletions

View File

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