summaryrefslogtreecommitdiffstats
path: root/firmware/target
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2010-07-10 16:20:40 +0000
committerThomas Martitz <kugel@rockbox.org>2010-07-10 16:20:40 +0000
commit0133cec669b5dacc039e84d0b047b677e57dade0 (patch)
treee7de0ce538480fc4c97a787a7c24a17288c89187 /firmware/target
parent6206f4083f3830783114bb332030f8d11381b911 (diff)
downloadrockbox-0133cec669b5dacc039e84d0b047b677e57dade0.tar.gz
rockbox-0133cec669b5dacc039e84d0b047b677e57dade0.zip
Fix red in app builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27375 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target')
-rw-r--r--firmware/target/hosted/sdl/button-sdl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/button-sdl.c b/firmware/target/hosted/sdl/button-sdl.c
index 0edbe81615..ee16e55fd1 100644
--- a/firmware/target/hosted/sdl/button-sdl.c
+++ b/firmware/target/hosted/sdl/button-sdl.c
@@ -156,8 +156,8 @@ static void mouse_event(SDL_MouseButtonEvent *event, bool button_up)
button_event( xybutton, true );
break;
}
-#endif
}
+#endif
#ifdef HAVE_TOUCHSCREEN
touchscreen_event(event->x, event->y);
#endif