aboutsummaryrefslogtreecommitdiffstats
path: root/skeletons/asn_codecs_prim.c
diff options
context:
space:
mode:
Diffstat (limited to 'skeletons/asn_codecs_prim.c')
-rw-r--r--skeletons/asn_codecs_prim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/skeletons/asn_codecs_prim.c b/skeletons/asn_codecs_prim.c
index 8e604a49..3beb9f2a 100644
--- a/skeletons/asn_codecs_prim.c
+++ b/skeletons/asn_codecs_prim.c
@@ -15,7 +15,7 @@ ber_decode_primitive(asn_codec_ctx_t *opt_codec_ctx,
void **sptr, const void *buf_ptr, size_t size, int tag_mode) {
ASN__PRIMITIVE_TYPE_t *st = (ASN__PRIMITIVE_TYPE_t *)*sptr;
asn_dec_rval_t rval;
- ber_tlv_len_t length = 0; // =0 to avoid [incorrect] warning.
+ ber_tlv_len_t length = 0; /* =0 to avoid [incorrect] warning. */
/*
* If the structure is not there, allocate it.