uptime: Format function is static
authorAaron Marcher <me@drkhsh.at>
Fri, 18 May 2018 23:55:31 +0000 (01:55 +0200)
committerAaron Marcher <me@drkhsh.at>
Fri, 18 May 2018 23:55:31 +0000 (01:55 +0200)
components/uptime.c

index 45e12db0ad4553b642e61d3616dd14cb6e2e9d2b..f97809d52781f26065a4b797d4e3db79f12e010e 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "../util.h"
 
-const char *
+static const char *
 format(int uptime)
 {
        int h, m;