diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2010-07-10 16:20:40 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2010-07-10 16:20:40 +0000 |
| commit | 0133cec669b5dacc039e84d0b047b677e57dade0 (patch) | |
| tree | e7de0ce538480fc4c97a787a7c24a17288c89187 | |
| parent | 6206f4083f3830783114bb332030f8d11381b911 (diff) | |
| download | rockbox-0133cec669b5dacc039e84d0b047b677e57dade0.zip rockbox-0133cec669b5dacc039e84d0b047b677e57dade0.tar.gz rockbox-0133cec669b5dacc039e84d0b047b677e57dade0.tar.bz2 rockbox-0133cec669b5dacc039e84d0b047b677e57dade0.tar.xz | |
Fix red in app builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27375 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/target/hosted/sdl/button-sdl.c | 2 |
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 0edbe81..ee16e55 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 |