Browse Source

uptime: Format function is static

Aaron Marcher 7 years ago
parent
commit
0383146e5e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/uptime.c

+ 1 - 1
components/uptime.c

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