From 549718753f14abb49b918d2601959a40cccbddd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 26 Jan 2021 02:24:41 +0100 Subject: [PATCH] fpi-device: Fix argument name on report_finger_status() annotation --- libfprint/fpi-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fpi-device.c b/libfprint/fpi-device.c index f59d430..be5b0e9 100644 --- a/libfprint/fpi-device.c +++ b/libfprint/fpi-device.c @@ -1530,7 +1530,7 @@ fpi_device_report_finger_status (FpDevice *device, * fpi_device_report_finger_status_changes: * @device: The #FpDevice * @added_status: The #FpFingerStatusFlags to add - * @added_status: The #FpFingerStatusFlags to remove + * @removed_status: The #FpFingerStatusFlags to remove * * Report the finger status for the @device adding the @added_status flags * and removing the @removed_status flags.