From 9628c8b86950a752e1b0f9bb1ce45c158cb2113d Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Mon, 8 Mar 2010 23:27:52 +0000 Subject: [PATCH] cleanup function declaration of filelist_view.c git-svn-id: https://rt-thread.googlecode.com/svn/trunk@468 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- rtgui/widgets/filelist_view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtgui/widgets/filelist_view.c b/rtgui/widgets/filelist_view.c index 8a7f5f2457..8d75f9b56d 100644 --- a/rtgui/widgets/filelist_view.c +++ b/rtgui/widgets/filelist_view.c @@ -219,7 +219,7 @@ const static char * folder_xpm[] = { /* image for file and folder */ static rtgui_image_t *file_image, *folder_image; -static static void rtgui_filelist_view_clear(rtgui_filelist_view_t* view); +static void rtgui_filelist_view_clear(rtgui_filelist_view_t* view); static void _rtgui_filelist_view_constructor(struct rtgui_filelist_view *view) { -- GitLab