提交 48b5083c 编写于 作者: R Richard Levitte

Missing #endif

上级 cd646186
...@@ -228,6 +228,7 @@ int ms_time_cmp(char *ap, char *bp) ...@@ -228,6 +228,7 @@ int ms_time_cmp(char *ap, char *bp)
d= (double)(b->ms_timeb.time-a->ms_timeb.time)+ d= (double)(b->ms_timeb.time-a->ms_timeb.time)+
(((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0; (((double)b->ms_timeb.millitm)-(double)a->ms_timeb.millitm)/1000.0;
# endif # endif
# endif
#endif #endif
if (d == 0.0) if (d == 0.0)
ret=0; ret=0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册