modules: AV2: use unsigned int for capability IDs instead of signed int
This commit is contained in:
parent
ccb75e917e
commit
b7e4fcb7a7
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ typedef struct
|
||||||
int cap_index; /* Which cap index does this belong to? */
|
int cap_index; /* Which cap index does this belong to? */
|
||||||
const char *cap_name; /* Capability name */
|
const char *cap_name; /* Capability name */
|
||||||
void *cap_ownerdata; /* Not used much but why not... */
|
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;
|
} mapi_cap_list_av2;
|
||||||
|
|
||||||
struct mapi_mheader_av1
|
struct mapi_mheader_av1
|
||||||
|
|
Loading…
Reference in a new issue