diff options
Diffstat (limited to 'src/xcb_list.c')
-rw-r--r-- | src/xcb_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |