bfcp: attr_print: uint8_t -> enum bfcp_attrib for type
This commit is contained in:
parent
898c288e18
commit
0afe8fbf2d
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ static int leadh(struct re_printf *pf, void *arg)
|
|||
|
||||
|
||||
static int attr_print(int16_t level, struct re_printf *pf,
|
||||
uint8_t type, const void *p)
|
||||
enum bfcp_attrib type, const void *p)
|
||||
{
|
||||
const union bfcp_union *v = p;
|
||||
uint32_t i;
|
||||
|
|
Loading…
Add table
Reference in a new issue