mirror of https://github.com/acidanthera/audk.git
NetworkPkg: fix an error lead building crash
Fix an error which leads the building process crashes. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: fanwang2 <fan.wang@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18066 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cdc83ccf71
commit
841349282b
|
@ -31,7 +31,7 @@ typedef struct _ISCSI_DRIVER_DATA ISCSI_DRIVER_DATA;
|
|||
///
|
||||
/// The ignored field StaticIpAddress's offset in old IPv6 Device Path
|
||||
///
|
||||
#define IPv6_OLD_IPADDRESS_OFFSET 42;
|
||||
#define IPv6_OLD_IPADDRESS_OFFSET 42
|
||||
|
||||
#pragma pack(1)
|
||||
typedef struct _ISCSI_SESSION_CONFIG_NVDATA {
|
||||
|
|
Loading…
Reference in New Issue