This commit is contained in:
Shahram Najm 2019-11-11 16:23:21 +00:00
parent 846115e951
commit 50c4744065
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ unsigned[1] localTablesVersionNumber : dump;
transient typicalCentury=21;
unsigned[1] typicalYearOfCentury : dump;
transient typicalYear = (typicalCentury - 1 ) *100 + typicalYearOfCentury : no_copy;
transient typicalYear = (typicalCentury - 1) * 100 + typicalYearOfCentury : no_copy;
unsigned[1] typicalMonth : dump;
unsigned[1] typicalDay : dump;