Fix a warning (no newline at end of file).

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15136 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2007-10-16 01:52:18 +00:00
parent 6f513992b9
commit 9b1f1dd0b4

View file

@ -653,4 +653,4 @@ void event_set_state(struct event *e, unsigned int state)
e->state = STATE_NONSIGNALED;
}
}
#endif /* HAVE_EVENT_OBJECTS */
#endif /* HAVE_EVENT_OBJECTS */