Ver Fonte

uptime: Format function is static

Aaron Marcher há 7 anos atrás
pai
commit
0383146e5e
1 ficheiros alterados com 1 adições e 1 exclusões
  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;