Commit 48b5083c authored by Richard Levitte's avatar Richard Levitte
Browse files

Missing #endif

parent cd646186
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;