From 0383146e5e616e81c13b23a127ecfa697feac7db Mon Sep 17 00:00:00 2001 From: Aaron Marcher Date: Sat, 19 May 2018 01:55:31 +0200 Subject: [PATCH] uptime: Format function is static --- components/uptime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/uptime.c b/components/uptime.c index 45e12db..f97809d 100644 --- 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;