Explorar el Código

uptime: Format function is static

Aaron Marcher hace 7 años
padre
commit
0383146e5e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;