Browse Source

vlc_threads: fix missing doxygen documented parameter name

pull/127/head
Alexandre Janniaux 5 years ago
committed by Jean-Baptiste Kempf
parent
commit
5739f8a01c
  1. 2
      include/vlc_threads.h

2
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;
/** @} */

Loading…
Cancel
Save