compile: one compiling warning by vc

This commit is contained in:
郑树新 2017-09-28 14:27:44 +08:00
parent 672b66caf2
commit 868bef0fb9

View File

@ -160,11 +160,11 @@ void event_timer_trigger(ACL_EVENT *eventp)
ACL_EVENT_NOTIFY_TIME timer_fn;
void *timer_arg;
/* 调整事件引擎的时间截 */
/* 调整事件引擎的时间截 */
SET_TIME(eventp->present);
/* 优先处理定时器中的任务 */
/* 优先处理定时器中的任务 */
acl_ring_foreach(iter, &eventp->timer_head) {
timer = ACL_RING_TO_TIMER(iter.ptr);