Fixed typo on cfulist_delete_data documentation

The return type should be in curly brackets
This commit is contained in:
Diogo Cordeiro 2018-06-07 23:38:48 +01:00
parent 5af4f108dc
commit d4528b8334
1 changed files with 1 additions and 1 deletions

View File

@ -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