mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
gpg: Fix typo.
-- Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
38b48eb11b
commit
692208fd6c
@ -623,7 +623,7 @@ struct parse_packet_ctx_s
|
|||||||
iobuf_t inp; /* The input stream with the packets. */
|
iobuf_t inp; /* The input stream with the packets. */
|
||||||
struct packet_struct last_pkt; /* The last parsed packet. */
|
struct packet_struct last_pkt; /* The last parsed packet. */
|
||||||
int free_last_pkt; /* Indicates that LAST_PKT must be freed. */
|
int free_last_pkt; /* Indicates that LAST_PKT must be freed. */
|
||||||
int skip_meta; /* Skip right trust packets. */
|
int skip_meta; /* Skip ring trust packets. */
|
||||||
};
|
};
|
||||||
typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
|
typedef struct parse_packet_ctx_s *parse_packet_ctx_t;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user