mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
tests: Cast to correct pointer type rather than gpointer
This is just a small cleanup
This commit is contained in:
@@ -236,7 +236,7 @@ fpi_device_fake_delete (FpDevice *device)
|
||||
return;
|
||||
}
|
||||
|
||||
fpi_device_get_delete_data (device, (gpointer) (&fake_dev->action_data));
|
||||
fpi_device_get_delete_data (device, (FpPrint **) (&fake_dev->action_data));
|
||||
fpi_device_delete_complete (device, fake_dev->ret_error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user