docs: Fix typo in fp_enroll_finger_img() API docs

Missing ":" after argument name.
This commit is contained in:
Bastien Nocera 2018-05-23 13:34:01 +02:00
parent 768a74c4bf
commit 614e2286c2

View file

@ -128,7 +128,7 @@ static void enroll_stop_cb(struct fp_dev *dev, void *user_data)
/**
* fp_enroll_finger_img:
* @dev: the device
* @print_data a location to return the resultant enrollment data from
* @print_data: a location to return the resultant enrollment data from
* the final stage. Must be freed with fp_print_data_free() after use.
* @img: location to store the scan image. accepts %NULL for no image
* storage. If an image is returned, it must be freed with fp_img_free() after