uptime: Format function is static
Aaron Marcher me@drkhsh.at
Sat, 19 May 2018 01:55:31 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
components/uptime.c
→
components/uptime.c
@@ -3,7 +3,7 @@ #include <stdio.h>
#include "../util.h" -const char * +static const char * format(int uptime) { int h, m;