Commit e039c343 authored by Alessandro Rubini's avatar Alessandro Rubini

monitor_ppsi: add forgotten return type

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent f5a431db
......@@ -188,7 +188,7 @@ void wrc_mon_gui(void)
return;
}
static inline cprintf_ti(int color, struct TimeInternal *ti)
static inline void cprintf_ti(int color, struct TimeInternal *ti)
{
if ((ti->seconds > 0) ||
((ti->seconds == 0) && (ti->nanoseconds >= 0)))
......
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