diff options
author | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-12-17 06:48:35 +0000 |
---|---|---|
committer | sfu5 <sfu5@6f19259b-4bc3-4df7-8a09-765794883524> | 2012-12-17 06:48:35 +0000 |
commit | 1f7eb561d906e47d6dec2fb1406c1a8694f2bd38 (patch) | |
tree | 2e917fa51cdedc605097be008973c0fa946a53f1 /MdeModulePkg/Library | |
parent | 23fe74dc7633df5b5eca696b817c892aa4042beb (diff) | |
download | edk2-platforms-1f7eb561d906e47d6dec2fb1406c1a8694f2bd38.tar.xz |
Fix GCC build fail issue for MdeModulePkg and NetworkPkg.
Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Ouyang Qian <qian.ouyang@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14007 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library')
-rw-r--r-- | MdeModulePkg/Library/DxeNetLib/DxeNetLib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c index 174c3c83f7..50e40c8eba 100644 --- a/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c +++ b/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c @@ -1095,7 +1095,7 @@ NetDestroyLinkList ( IN NET_DESTROY_LINK_LIST_CALLBACK CallBack,
IN VOID *Context, OPTIONAL
OUT UINTN *ListLength OPTIONAL
-)
+ )
{
UINTN PreviousLength;
LIST_ENTRY *Entry;
@@ -1158,7 +1158,7 @@ NetIsInHandleBuffer ( IN EFI_HANDLE Handle,
IN UINTN NumberOfChildren,
IN EFI_HANDLE *ChildHandleBuffer OPTIONAL
-)
+ )
{
UINTN Index;
|