summaryrefslogtreecommitdiffstats
path: root/uisimulator/common/stubs.c
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-09-05 20:35:51 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-09-05 20:35:51 +0200
commit1165a0882349ce1f1a426c642062dc06d0019265 (patch)
treebe471ad1b96280801f893142ed9d279631e5008a /uisimulator/common/stubs.c
parentdf6eb82f5156256e1999374ce9b1a159610ff9a0 (diff)
downloadrockbox-1165a0882349ce1f1a426c642062dc06d0019265.tar.gz
rockbox-1165a0882349ce1f1a426c642062dc06d0019265.zip
fix red
Change-Id: Ibca5879553a87e77014f850308d9b54cc339d474
Diffstat (limited to 'uisimulator/common/stubs.c')
-rw-r--r--uisimulator/common/stubs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index 54ab6be76f..18f60ce6b3 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -382,14 +382,14 @@ void touchpad_set_sensitivity(int level)
}
#endif
-#if defined(HAVE_TOUCHSCREEN) && !defined HAS_BUTTON_HOLD
+#if defined(HAVE_TOUCHSCREEN) && !defined(HAS_BUTTON_HOLD)
void touchscreen_enable_device(bool en)
{
(void)en;
}
#endif
-#if defined(HAVE_TOUCHPAD) && !defined HAS_BUTTON_HOLD
+#if defined(HAVE_TOUCHPAD) && !defined(HAS_BUTTON_HOLD)
void touchpad_enable_device(bool en)
{
(void)en;