mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove extra ;
This commit is contained in:
parent
b503d5c50e
commit
b3f4d7e17c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue