summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */