diff options
author | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-11-12 08:03:10 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-11-12 08:03:10 +0000 |
commit | 3393e2915afe9c69a342e8fd08c32e5e41530afd (patch) | |
tree | 6fd24ec405d1375308a172da8d4bd8195f3e47a0 /MdePkg | |
parent | 96bf829615276d178f9dc89587b24e9019294c85 (diff) | |
download | edk2-3393e2915afe9c69a342e8fd08c32e5e41530afd.zip edk2-3393e2915afe9c69a342e8fd08c32e5e41530afd.tar.gz edk2-3393e2915afe9c69a342e8fd08c32e5e41530afd.tar.bz2 |
fixed the wrong format.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9420 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Include/Protocol/IpSecConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/IpSecConfig.h b/MdePkg/Include/Protocol/IpSecConfig.h index bc80ce3..609bc3d 100644 --- a/MdePkg/Include/Protocol/IpSecConfig.h +++ b/MdePkg/Include/Protocol/IpSecConfig.h @@ -23,7 +23,7 @@ #define EFI_IPSEC_CONFIG_PROTOCOL_GUID \
{ \
- 0xce5e5929, 0xc7a3, 0x4602, 0xad, {0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \
+ 0xce5e5929, 0xc7a3, 0x4602, {0xad, 0x9e, 0xc9, 0xda, 0xf9, 0x4e, 0xbf, 0xcf } \
}
typedef struct _EFI_IPSEC_CONFIG_PROTOCOL EFI_IPSEC_CONFIG_PROTOCOL;
|