From: Andreas Steffen Date: Wed, 7 Dec 2011 10:42:34 +0000 (+0100) Subject: fixed typo in tncif.h X-Git-Tag: 4.6.2~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3506554804874a2aeac48d7d36bb537a90c0f8de;p=thirdparty%2Fstrongswan.git fixed typo in tncif.h --- diff --git a/src/libtncif/tncif.h b/src/libtncif/tncif.h index 40dd12ca7f..f904bc6005 100644 --- a/src/libtncif/tncif.h +++ b/src/libtncif/tncif.h @@ -122,7 +122,7 @@ typedef TNC_UInt32 TNC_AttributeID; /* Message Flags Values */ -#define TNC_MESSAGE_FLAGS_EXCLUSIVE ((TNC_Uint32) 0x80000000) +#define TNC_MESSAGE_FLAGS_EXCLUSIVE ((TNC_UInt32) 0x80000000) /* Message Attribute ID Values */