summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-10-16 01:52:18 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-10-16 01:52:18 +0000
commit9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb (patch)
treedd67e871ea2b5eb3554435c5c077f0b3b360631f
parent6f513992b976df54e8d004dfb8bf533768cc92a4 (diff)
downloadrockbox-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
-rw-r--r--uisimulator/sdl/kernel.c2
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 */