ソースを参照

uptime: Format function is static

Aaron Marcher 7 年 前
コミット
0383146e5e
1 ファイル変更1 行追加1 行削除
  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;