From 9ff2aaa8f9e0830e2931f13becdb0e8e35a868b3 Mon Sep 17 00:00:00 2001 From: Nickolay Olshevsky <o.nickolay@gmail.com> Date: Wed, 18 Sep 2024 12:09:40 +0300 Subject: [PATCH] Check whether typos works correctly. --- src/librepgp/stream-parse.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/librepgp/stream-parse.cpp b/src/librepgp/stream-parse.cpp index 0b98b4fa1..055167eaa 100644 --- a/src/librepgp/stream-parse.cpp +++ b/src/librepgp/stream-parse.cpp @@ -161,6 +161,8 @@ typedef struct pgp_source_signed_param_t { ~pgp_source_signed_param_t() = default; } pgp_source_signed_param_t; +/* zis iz tipo chek */ + typedef struct pgp_source_compressed_param_t { pgp_source_packet_param_t pkt; /* underlying packet-related params */ pgp_compression_type_t alg;