diff --git a/inc/common/queue.h b/inc/common/queue.h index fc3809ae205af4aa4dc43fa1eaf6491f13bbde95..5d5e5115f2658086054e999a6bab423f4226b1ba 100644 --- a/inc/common/queue.h +++ b/inc/common/queue.h @@ -7,7 +7,7 @@ enum lkt_event_type { lkt_event_null = 0, /* NULL */ lkt_event_play_pos = (1 << 1), /* size_t */ lkt_event_play_file = (1 << 2), /* const char* */ -} type; +}; #define lkt_event_play (lkt_event_play_pos | lkt_event_play_file)