doxygen: fix missing parameter name
This was raising a warning during the build. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
3a23abb2ec
commit
2b8d00b799
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ typedef struct __alpm_list_t {
|
|||
#define FREELIST(p) do { alpm_list_free_inner(p, free); alpm_list_free(p); p = NULL; } while(0)
|
||||
|
||||
/** item deallocation callback.
|
||||
* @param the item to free
|
||||
* @param item the item to free
|
||||
*/
|
||||
typedef void (*alpm_list_fn_free)(void * item);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue