Commit 3e6bce6a authored by Youness Alaoui's avatar Youness Alaoui

Removing last inline from timer.c

parent 57d575c3
...@@ -74,7 +74,7 @@ static void stun_gettime (struct timespec *restrict now) ...@@ -74,7 +74,7 @@ static void stun_gettime (struct timespec *restrict now)
} }
static inline void add_delay (struct timespec *ts, unsigned delay) static void add_delay (struct timespec *ts, unsigned delay)
{ {
div_t d = div (delay, 1000); div_t d = div (delay, 1000);
ts->tv_sec += d.quot; ts->tv_sec += d.quot;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment