commit 0383146e5e616e81c13b23a127ecfa697feac7db
Author:     Aaron Marcher <m...@drkhsh.at>
AuthorDate: Sat May 19 01:55:31 2018 +0200
Commit:     Aaron Marcher <m...@drkhsh.at>
CommitDate: Sat May 19 01:55:31 2018 +0200

    uptime: Format function is static

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;

Reply via email to