Fixed typo on cfulist_delete_data documentation
The return type should be in curly brackets
This commit is contained in:
parent
5af4f108dc
commit
d4528b8334
@ -509,7 +509,7 @@ cfulist_map(). The return value is used to build a new list.
|
||||
Pop a value from the end of the list (removing it from the list).
|
||||
@end deftypefun
|
||||
|
||||
@deftypefun void cfulist_delete_data (cfulist_t * @var{list}, void * @var{data})
|
||||
@deftypefun {void} cfulist_delete_data (cfulist_t * @var{list}, void * @var{data})
|
||||
|
||||
Deletes the entry in the list associated with value.
|
||||
@end deftypefun
|
||||
|
Reference in New Issue
Block a user