mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
Remove extra ;
This commit is contained in:
parent
b503d5c50e
commit
b3f4d7e17c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212591
@ -971,7 +971,7 @@ floattoday(int year, double f)
|
||||
int *cumdays = cumdaytab[isleap(year)];
|
||||
|
||||
for (i = 0; 1 + cumdays[i] < f; i++)
|
||||
;;
|
||||
;
|
||||
m = --i;
|
||||
d = floor(f - 1 - cumdays[i]);
|
||||
f -= floor(f);
|
||||
|
Loading…
Reference in New Issue
Block a user