From 5bb4174efa63038004a263cb6aa7bf30a1410dde Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jan 2022 20:36:03 +0100 Subject: [PATCH] doc: Fixed type of an object member -- GnuPG-bug-id: 5719 --- doc/gpgme.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/gpgme.texi b/doc/gpgme.texi index 216d3cde..012afac1 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -3662,7 +3662,7 @@ database pertaining to the user ID. The tofu info structure has the following members: @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 list, or @code{NULL} if this is the last element.