modules: AV2: use unsigned int for capability IDs instead of signed int

This commit is contained in:
William Pitcock 2016-03-07 00:12:37 -06:00
parent ccb75e917e
commit b7e4fcb7a7

View file

@ -78,7 +78,7 @@ typedef struct
int cap_index; /* Which cap index does this belong to? */
const char *cap_name; /* Capability name */
void *cap_ownerdata; /* Not used much but why not... */
int *cap_id; /* May be set to non-NULL to store cap id */
unsigned int *cap_id; /* May be set to non-NULL to store cap id */
} mapi_cap_list_av2;
struct mapi_mheader_av1