lib: Make fpi_print_data_item_free() static
This commit is contained in:
parent
ca06fae22e
commit
1d1c34eb60
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ static struct fp_print_data *print_data_new(uint16_t driver_id,
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
void fpi_print_data_item_free(struct fp_print_data_item *item)
|
static void fpi_print_data_item_free(struct fp_print_data_item *item)
|
||||||
{
|
{
|
||||||
g_free(item);
|
g_free(item);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue