tests: Cast to correct pointer type rather than gpointer
This is just a small cleanup
This commit is contained in:
parent
9e2a7235e3
commit
f4ec816a6b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue