From: Aaron Marcher Date: Fri, 18 May 2018 23:55:31 +0000 (+0200) Subject: uptime: Format function is static X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=0383146e5e616e81c13b23a127ecfa697feac7db;p=suckless%2Fslstatus.git 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;