summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7f546011a9..6889248402 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -237,8 +237,8 @@ static const struct plugin_api rockbox_api = {
237#ifdef HAS_BUTTON_HOLD 237#ifdef HAS_BUTTON_HOLD
238 button_hold, 238 button_hold,
239#endif 239#endif
240#ifdef HAVE_TOUCHPAD 240#ifdef HAVE_TOUCHSCREEN
241 touchpad_set_mode, 241 touchscreen_set_mode,
242#endif 242#endif
243 243
244#ifdef HAVE_BUTTON_LIGHT 244#ifdef HAVE_BUTTON_LIGHT