1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-01 22:28:02 +02:00

gpg: Fix typo.

--
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2017-05-08 13:52:39 +02:00
parent 38b48eb11b
commit 692208fd6c
No known key found for this signature in database
GPG Key ID: DD1A52F9DA8C9020

View File

@ -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;