mirror of https://github.com/acidanthera/audk.git
delete a unwanted semicolon sign.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4610 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
69b0882d3e
commit
83e6e9d548
|
@ -365,9 +365,8 @@ EFI_STATUS
|
||||||
IN UINT32 AppendCount,
|
IN UINT32 AppendCount,
|
||||||
IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
|
IN EFI_DHCP4_PACKET_OPTION *AppendList[] OPTIONAL,
|
||||||
OUT EFI_DHCP4_PACKET **NewPacket
|
OUT EFI_DHCP4_PACKET **NewPacket
|
||||||
);
|
)
|
||||||
;
|
;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Transmits a DHCP formatted packet and optionally waits for responses.
|
Transmits a DHCP formatted packet and optionally waits for responses.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue