Преглед на файлове

- 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