Try to fix the build

svn path=/trunk/; revision=34648
This commit is contained in:
Anders Broman 2010-10-26 06:13:42 +00:00
parent 26f0f7bc7a
commit 809984a493
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ static const value_string byte_order_vals[] = {
/* UAT Key Entry */
typedef struct _uat_key_record_t {
gchar *string;
gboolean byte_order;
guint8 byte_order;
gchar *label;
guint8 key[ZBEE_SEC_CONST_KEYSIZE];
} uat_key_record_t;