diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-04 09:55:00 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-06-04 09:55:00 +0000 |
commit | 552b252326c1110f8835fe5a43a1a3441ab3df0e (patch) | |
tree | f17ca5b69a1a48cf907f4bf942c6325a8f6e2998 /MdeModulePkg/Include/Protocol | |
parent | d389c6f3fca793ec1239beb5df42a944b3abdc49 (diff) | |
download | edk2-platforms-552b252326c1110f8835fe5a43a1a3441ab3df0e.tar.xz |
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
Diffstat (limited to 'MdeModulePkg/Include/Protocol')
-rw-r--r-- | MdeModulePkg/Include/Protocol/NicIp4Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Include/Protocol/NicIp4Config.h b/MdeModulePkg/Include/Protocol/NicIp4Config.h index da3888881a..2272d98273 100644 --- a/MdeModulePkg/Include/Protocol/NicIp4Config.h +++ b/MdeModulePkg/Include/Protocol/NicIp4Config.h @@ -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
};
//
|