Procházet zdrojové kódy

uptime: Format function is static

Aaron Marcher před 7 roky
rodič
revize
0383146e5e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;