doc: Fixed type of an object member

--

GnuPG-bug-id: 5719
This commit is contained in:
Werner Koch 2022-01-20 20:36:03 +01:00
parent ec71eb1d7d
commit 5bb4174efa
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -3662,7 +3662,7 @@ database pertaining to the user ID.
The tofu info structure has the following members: The tofu info structure has the following members:
@table @code @table @code
@item gpgme_key_sig_t next @item gpgme_tofu_info_t next
This is a pointer to the next tofu info structure in the linked This is a pointer to the next tofu info structure in the linked
list, or @code{NULL} if this is the last element. list, or @code{NULL} if this is the last element.