summaryrefslogtreecommitdiff
path: root/apps/gui/wps.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-07-31 13:41:06 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-07-31 13:41:06 +0000
commit76f4c02dc59f5c6139ffa7b2b887bf81011fcd5d (patch)
tree83ba5c6945ce54e4d54d4b6b8682579e59e98fe2 /apps/gui/wps.c
parent38e0918eb5822e3f7b36cc88606f61c99003d82f (diff)
Various minor clean-ups for mrobe
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27639 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/wps.c')
-rw-r--r--apps/gui/wps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/wps.c b/apps/gui/wps.c
index 7dca6454e0..6840c16f28 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)
{