mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-15 00:44:25 +09:00
lib: Make fp_dev structure opaque
This commit is contained in:
@@ -647,7 +647,7 @@ static int action_completed(struct fp_img_dev *dev)
|
||||
struct vfs101_dev *vdev = dev->priv;
|
||||
|
||||
if ((dev->action == IMG_ACTION_ENROLL) &&
|
||||
(vdev->enroll_stage < dev->dev->nr_enroll_stages))
|
||||
(vdev->enroll_stage < fpi_dev_get_nr_enroll_stages(dev->dev)))
|
||||
/* Enroll not completed, return false */
|
||||
return FALSE;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user