Skip to content

Commit

Permalink
minor comment fix ber_skip_length()
Browse files Browse the repository at this point in the history
Minor comment fix in ber_skip_length()
  • Loading branch information
donfede authored and simo5 committed Sep 10, 2024
1 parent aa9ef7e commit dbcb637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asn1c/ber_tlv_length.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ ssize_t
ber_skip_length(asn_codec_ctx_t *opt_codec_ctx,
int _is_constructed, const void *ptr, size_t size) {
ber_tlv_len_t vlen; /* Length of V in TLV */
ssize_t tl; /* Length of L in TLV */
ssize_t tl; /* Length of T in TLV */
ssize_t ll; /* Length of L in TLV */
size_t skip;

Expand Down

0 comments on commit dbcb637

Please sign in to comment.