From c8a48b5d23a0bce6414694a0ab1777b85d6c42ea Mon Sep 17 00:00:00 2001 From: "bernard.xiong@gmail.com" Date: Mon, 27 Sep 2010 15:51:17 +0000 Subject: [PATCH] fix compiling warning. git-svn-id: https://rt-thread.googlecode.com/svn/trunk@968 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- examples/gui/demo_view_window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gui/demo_view_window.c b/examples/gui/demo_view_window.c index 0c96f3be54..abf601a932 100644 --- a/examples/gui/demo_view_window.c +++ b/examples/gui/demo_view_window.c @@ -15,7 +15,7 @@ static struct rtgui_timer *timer; static struct rtgui_label* label; static struct rtgui_win* msgbox = RT_NULL; -static rt_uint8_t label_text[80]; +static char label_text[80]; static rt_uint8_t cnt = 5; /* 获取一个递增的窗口标题 */