commit | 9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb | [log] [tgz] |
---|---|---|
author | Michael Sevakis <jethead71@rockbox.org> | Tue Oct 16 01:52:18 2007 +0000 |
committer | Michael Sevakis <jethead71@rockbox.org> | Tue Oct 16 01:52:18 2007 +0000 |
tree | dd67e871ea2b5eb3554435c5c077f0b3b360631f | |
parent | 6f513992b976df54e8d004dfb8bf533768cc92a4 [diff] |
Fix a warning (no newline at end of file). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15136 a1c6a512-1295-4272-9138-f99709370657
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 @@ e->state = STATE_NONSIGNALED; } } -#endif /* HAVE_EVENT_OBJECTS */ \ No newline at end of file +#endif /* HAVE_EVENT_OBJECTS */