Browse Source

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

Bernhard Reutner-Fischer 17 years ago
parent
commit
1fa51d5755
1 changed files with 1 additions and 1 deletions
  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