mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Make fpi_print_data_item_free() static
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user