Kaynağa Gözat

uptime: Format function is static

Aaron Marcher 7 yıl önce
ebeveyn
işleme
0383146e5e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;