diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-22 07:17:16 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-01-22 07:17:16 +0000 |
commit | 83e6e9d5489663389631e5d75438edf8e3cc62f1 (patch) | |
tree | 51a814407eab7b6bd9efd3caea3e5b4217125848 /MdePkg/Include | |
parent | 69b0882d3efa84bd42bf7ad0a5b3e0977aacdc6f (diff) | |
download | edk2-platforms-83e6e9d5489663389631e5d75438edf8e3cc62f1.tar.xz |
delete a unwanted semicolon sign.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4610 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r-- | MdePkg/Include/Protocol/Dhcp4.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Include/Protocol/Dhcp4.h b/MdePkg/Include/Protocol/Dhcp4.h index 03885ebf4f..486899fdce 100644 --- a/MdePkg/Include/Protocol/Dhcp4.h +++ b/MdePkg/Include/Protocol/Dhcp4.h @@ -365,9 +365,8 @@ EFI_STATUS IN UINT32 AppendCount,
IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
OUT EFI_DHCP4_PACKET **NewPacket
- );
+ )
;
-
/**
Transmits a DHCP formatted packet and optionally waits for responses.
|