提交 315fffcf 编写于 作者: D dzzxzz

fixed a compiling error while defined RTGUI_EVENT_DEBUG

a ')' was missing in rtgui_system.c line 162 

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1868 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 186a9f60
......@@ -159,7 +159,7 @@ static void rtgui_event_dump(rt_thread_t tid, rtgui_event_t* event)
create->extent.x1,
create->extent.y1,
create->extent.x2,
create->extent.y2;
create->extent.y2);
#endif
}
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册