diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/gui/wps.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |