lib: Make fpi_print_data_item_free() static

This commit is contained in:
Bastien Nocera 2018-09-27 16:37:45 +02:00
parent ca06fae22e
commit 1d1c34eb60

View file

@ -119,7 +119,7 @@ static struct fp_print_data *print_data_new(uint16_t driver_id,
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);
}