소스 검색

- fix warning about static not being at the beginning of a decl

Bernhard Reutner-Fischer 17 년 전
부모
커밋
1fa51d5755
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/misc/time/time.c

+ 1 - 1
libc/misc/time/time.c

@@ -208,7 +208,7 @@ void _time_tzset(int use_old_rules) attribute_hidden;
 
  /* Jan 1, 2007 Z - tm = 0,0,0,1,0,107,1,0,0 */
 
-const static time_t new_rule_starts = 1167609600;
+static const time_t new_rule_starts = 1167609600;
 
 #endif
 #endif