diff --git a/src/frontend/sdl/main.c b/src/frontend/sdl/main.c index 74578e3..d7c0a9e 100644 --- a/src/frontend/sdl/main.c +++ b/src/frontend/sdl/main.c @@ -31,7 +31,7 @@ struct ENGINE_EVENT * engine_event_get() { } unknown: - struct ENGINE_EVENT_UNKNOWN * data = engine_memory_alloc(NULL,sizeof(struct ENGINE_EVENT_INPUT_KB)); + struct ENGINE_EVENT_UNKNOWN * data = engine_memory_alloc(NULL,sizeof(struct ENGINE_EVENT_UNKNOWN)); event->type = ENGINE_EVENT_TYPE_UNKNOWN; event->data = data; return event;