bpv7: fix -Wdocumentation

packet-bpv7.c:483:11: warning: parameter 'obj' not found in the function declaration
This commit is contained in:
Alexis La Goutte 2022-07-13 19:19:56 +00:00 committed by AndersBroman
parent bf8577b88c
commit 134809fd80
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ static ei_register_info expertitems[] = {
/** Delete an arbitrary object allocated under this file scope.
*
* @param obj The object to delete.
* @param ptr The object to delete.
*/
static void file_scope_delete(gpointer ptr) {
wmem_free(wmem_file_scope(), ptr);