summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorAaron Marcher <me@drkhsh.at>2018-05-19 01:55:31 +0200
committerAaron Marcher <me@drkhsh.at>2018-05-19 01:55:31 +0200
commit44ca2cb5978f1e6647e9318d868e8f584040e7a1 (patch)
treec6fb9fc26dc86c851114d3e802766547d311ffc8 /components
parent3527df89f68ab64eb7a64c0bbfe02803ec40685c (diff)
uptime: Format function is static
Diffstat (limited to 'components')
-rw-r--r--components/uptime.c2
1 files changed, 1 insertions, 1 deletions
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;