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 | |
| parent | 6f513992b976df54e8d004dfb8bf533768cc92a4 (diff) | |
| download | rockbox-9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb.zip rockbox-9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb.tar.gz rockbox-9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb.tar.bz2 rockbox-9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb.tar.xz | |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/kernel.c b/uisimulator/sdl/kernel.c index 090b0d2..6a8c9e4 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) e->state = STATE_NONSIGNALED; } } -#endif /* HAVE_EVENT_OBJECTS */
\ No newline at end of file +#endif /* HAVE_EVENT_OBJECTS */ |