diff --git a/src/xcb_list.c b/src/xcb_list.c index 6f5c611..129540b 100644 --- a/src/xcb_list.c +++ b/src/xcb_list.c @@ -47,7 +47,7 @@ struct _xcb_map { /* Private interface */ -_xcb_map *_xcb_map_new() +_xcb_map *_xcb_map_new(void) { _xcb_map *list; list = malloc(sizeof(_xcb_map));