diff -r 102fc0b8fe3e -r 480354705c2f ui/common/types.c --- a/ui/common/types.c Mon Jan 25 16:36:31 2016 +0100 +++ b/ui/common/types.c Tue Jan 26 19:45:28 2016 +0100 @@ -82,7 +82,7 @@ /* --------------------------- UiList --------------------------- */ -UiList* ui_list_new() { +UiList* ui_list_new(void) { UiList *list = malloc(sizeof(UiList)); list->first = ui_list_first; list->next = ui_list_next;