From 5739f8a01c1ea13a916653bea32b8e3ce810dd21 Mon Sep 17 00:00:00 2001 From: Alexandre Janniaux Date: Fri, 23 Jul 2021 01:33:43 +0200 Subject: [PATCH] vlc_threads: fix missing doxygen documented parameter name --- include/vlc_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_threads.h b/include/vlc_threads.h index a333f0cd14..96646ba916 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -977,7 +977,7 @@ static inline void vlc_timer_schedule_asap(vlc_timer_t timer, vlc_tick_t interva * \param timer initialized timer * \return the timer overrun counter (typically zero) */ -VLC_API unsigned vlc_timer_getoverrun(vlc_timer_t) VLC_USED; +VLC_API unsigned vlc_timer_getoverrun(vlc_timer_t timer) VLC_USED; /** @} */