From 614e2286c2983c82c5a2b5c4763c9e410a3a282e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 23 May 2018 13:34:01 +0200 Subject: [PATCH] docs: Fix typo in fp_enroll_finger_img() API docs Missing ":" after argument name. --- libfprint/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/sync.c b/libfprint/sync.c index bc553e1..32b78f0 100644 --- a/libfprint/sync.c +++ b/libfprint/sync.c @@ -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