diff --git a/src/event/entrance_event.h b/src/event/entrance_event.h index 865f2da..3b7341b 100644 --- a/src/event/entrance_event.h +++ b/src/event/entrance_event.h @@ -99,8 +99,8 @@ typedef struct Entrance_Login_ typedef struct Entrance_User_Pool_ { const char *name; - Eina_List *icon_pool; - Eina_List *background_pool; + Eina_List *icon_pool; + Eina_List *background_pool; } Entrance_User_Pool; typedef struct Entrance_Pools_