diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/ao_list.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/core/ao_list.h b/src/core/ao_list.h index 23cf1841..8a6fa4d9 100644 --- a/src/core/ao_list.h +++ b/src/core/ao_list.h @@ -137,7 +137,7 @@ ao_list_is_empty(struct ao_list *head)   * @return A pointer to the data struct containing the list head.   */  #define ao_container_of(ptr, type, member) \ -    (type *)((char *)(ptr) - offsetof(type, member)) +	((type *)((char *)(ptr) - offsetof(type, member)))  /**   * Alias of ao_container_of | 
