From 76f4c02dc59f5c6139ffa7b2b887bf81011fcd5d Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Sat, 31 Jul 2010 13:41:06 +0000 Subject: Various minor clean-ups for mrobe git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27639 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/wps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/gui') diff --git a/apps/gui/wps.c b/apps/gui/wps.c index 7dca645..6840c16 100644 --- a/apps/gui/wps.c +++ b/apps/gui/wps.c @@ -224,7 +224,7 @@ static bool update_onvol_change(struct gui_wps * gwps) #ifdef HAVE_TOUCHSCREEN -int skintouch_to_wps(struct wps_data *data) +static int skintouch_to_wps(struct wps_data *data) { int offset = 0; int button = skin_get_touchaction(data, &offset); @@ -274,7 +274,7 @@ int skintouch_to_wps(struct wps_data *data) } return button; } -#endif +#endif /* HAVE_TOUCHSCREEN */ bool ffwd_rew(int button) { -- cgit v1.1