From 7cfe20e07fbe82e54409753f0b786917b4b13ba4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 27 Sep 2018 16:08:21 +0200 Subject: [PATCH] lib: Fix gtk-doc warning warning: no link for: "timeval" -> (timeval) --- libfprint/fpi-poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libfprint/fpi-poll.c b/libfprint/fpi-poll.c index 4edd481..e416c96 100644 --- a/libfprint/fpi-poll.c +++ b/libfprint/fpi-poll.c @@ -360,7 +360,7 @@ API_EXPORTED int fp_handle_events(void) /** * fp_get_next_timeout: - * @tv: a %timeval structure containing the duration to the next timeout. + * @tv: a #timeval structure containing the duration to the next timeout. * * A zero filled @tv timeout means events are to be handled immediately *