소스 검색

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;