X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fxcb_list.c;h=129540bc4c38452831eea519a875074ad9a031ab;hb=a187ae85729ec56e46ed0a0453458db18ab731eb;hp=6f5c6119077a321863c38f24f1f68c2c95c33b3e;hpb=b52790e8ed4bb077eabdeca803935d2910558acc;p=free-sw%2Fxcb%2Flibxcb 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));