summaryrefslogtreecommitdiff
path: root/components/uptime.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/uptime.c')
-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;