From 9b1f1dd0b4e16e6e69cbea9ac9af4f374a135ceb Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 16 Oct 2007 01:52:18 +0000 Subject: Fix a warning (no newline at end of file). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15136 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/sdl/kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) e->state = STATE_NONSIGNALED; } } -#endif /* HAVE_EVENT_OBJECTS */ \ No newline at end of file +#endif /* HAVE_EVENT_OBJECTS */ -- cgit