From 3506554804874a2aeac48d7d36bb537a90c0f8de Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 7 Dec 2011 11:42:34 +0100 Subject: [PATCH] fixed typo in tncif.h --- src/libtncif/tncif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtncif/tncif.h b/src/libtncif/tncif.h index 40dd12ca7..f904bc600 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 */