tests: Cast to correct pointer type rather than gpointer

This is just a small cleanup
This commit is contained in:
Benjamin Berg 2020-02-19 16:21:38 +01:00
parent 9e2a7235e3
commit f4ec816a6b

View file

@ -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);
}