From 315fffcfcb56b3acf16d1031de679ce2b8d1865d Mon Sep 17 00:00:00 2001 From: dzzxzz Date: Fri, 23 Dec 2011 03:17:26 +0000 Subject: [PATCH] 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 --- components/rtgui/common/rtgui_system.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rtgui/common/rtgui_system.c b/components/rtgui/common/rtgui_system.c index 91cf1be9de..5005156ec5 100644 --- a/components/rtgui/common/rtgui_system.c +++ b/components/rtgui/common/rtgui_system.c @@ -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;