commit 0383146e5e616e81c13b23a127ecfa697feac7db parent aac29e2bba1d34762971718c40004f37415d411e Author: Aaron Marcher <me@drkhsh.at> Date: Sat, 19 May 2018 01:55:31 +0200 uptime: Format function is static Diffstat:
M | components/uptime.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/components/uptime.c b/components/uptime.c @@ -3,7 +3,7 @@ #include "../util.h" -const char * +static const char * format(int uptime) { int h, m;