diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-10-16 01:52:18 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-10-16 01:52:18 +0000 |
commit | 9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb (patch) | |
tree | dd67e871ea2b5eb3554435c5c077f0b3b360631f /uisimulator/sdl | |
parent | 6f513992b976df54e8d004dfb8bf533768cc92a4 (diff) | |
download | rockbox-9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb.tar.gz rockbox-9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb.zip |
Fix a warning (no newline at end of file).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15136 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/sdl')
-rw-r--r-- | uisimulator/sdl/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/kernel.c b/uisimulator/sdl/kernel.c index 090b0d2e6b..6a8c9e4538 100644 --- a/uisimulator/sdl/kernel.c +++ b/uisimulator/sdl/kernel.c | |||
@@ -653,4 +653,4 @@ void event_set_state(struct event *e, unsigned int state) | |||
653 | e->state = STATE_NONSIGNALED; | 653 | e->state = STATE_NONSIGNALED; |
654 | } | 654 | } |
655 | } | 655 | } |
656 | #endif /* HAVE_EVENT_OBJECTS */ \ No newline at end of file | 656 | #endif /* HAVE_EVENT_OBJECTS */ |