summaryrefslogtreecommitdiff
path: root/dist/libxcb/src/xcb_list.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:02:18 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2014-04-14 19:02:18 +0000
commit57050dc510d000d442673f264d7966fc90d995e1 (patch)
tree4a722210c34e3c26dd00abd79410843893430679 /dist/libxcb/src/xcb_list.c
parent8ed5a09cec2c9682784fcfcba8dff014fb20212a (diff)
Update libxcb to version 1.10. Tested by naddy@ and shadchin@.
Diffstat (limited to 'dist/libxcb/src/xcb_list.c')
-rw-r--r--dist/libxcb/src/xcb_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/libxcb/src/xcb_list.c b/dist/libxcb/src/xcb_list.c
index 6f5c61190..129540bc4 100644
--- a/dist/libxcb/src/xcb_list.c
+++ b/dist/libxcb/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));