mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-23 09:54:19 +03:00
fix bogus comment on return value units
svn path=/trunk/netsurf/; revision=11631
This commit is contained in:
parent
626fc0df54
commit
7c3e401f75
@ -125,7 +125,8 @@ void schedule_remove(void (*callback)(void *p), void *p)
|
|||||||
/**
|
/**
|
||||||
* Process scheduled callbacks up to current time.
|
* Process scheduled callbacks up to current time.
|
||||||
*
|
*
|
||||||
* @return The number of centiseconds untill the next callback or -1 for never.
|
* @return The number of milliseconds untill the next scheduled event
|
||||||
|
* or -1 for no event.
|
||||||
*/
|
*/
|
||||||
int
|
int
|
||||||
schedule_run(void)
|
schedule_run(void)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user