diff --git a/Source/charon/linked_list.c b/Source/charon/linked_list.c index c2f138510..e9a6b6d4a 100644 --- a/Source/charon/linked_list.c +++ b/Source/charon/linked_list.c @@ -133,7 +133,7 @@ static status_t remove_first(linked_list_t *linked_list, void **item) this->count--; - return /element->destroy(element)); + return (element->destroy(element)); } /**