Missing #endif

This commit is contained in:
Richard Levitte 2002-02-16 11:58:16 +00:00
parent cd64618674
commit 48b5083ca0

View file

@ -228,6 +228,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;