diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-05-04 16:24:22 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2013-05-04 16:24:22 +0100 |
commit | 2468272d69572f652188067c1ef06774c4fe9192 (patch) | |
tree | 6ce33f607e2a205a8d5ed73429d621620d430469 /include | |
parent | baf50b30b0c79a6a857f83a7bdfbb8c4088d3894 (diff) | |
parent | f5796f98dadccf67c04f601178966614dd51a1b4 (diff) |
Merge tag 'xorg-server-1.14.1' into cygwin-release-1.14
XOrg Server Version 1.14.1
Diffstat (limited to 'include')
-rw-r--r-- | include/list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/list.h b/include/list.h index 067c6794f..11de7c561 100644 --- a/include/list.h +++ b/include/list.h @@ -119,7 +119,7 @@ struct xorg_list { * * @param The list to initialized. */ -static void +static inline void xorg_list_init(struct xorg_list *list) { list->next = list->prev = list; |