add missing '#endif'

Submitted by:  Oscar Jacobsson <oscar@jacobsson.org>
This commit is contained in:
Bodo Möller 2002-03-01 14:01:27 +00:00
parent ec20856622
commit f85b14c4ba

View file

@ -234,6 +234,7 @@ int ms_time_cmp(char *ap, char *bp)
d= (double)(b->ms_timeb.time-a->ms_timeb.time)+
(((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0;
# endif
# endif
#endif
if (d == 0.0)
ret=0;