Skip to content

Commit 5e73c50

Browse files
committed
add missing member
1 parent 1351752 commit 5e73c50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libasn1compiler/asn1c_C.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2042,7 +2042,7 @@ emit_single_member_PER_constraint(arg_t *arg, asn1cnst_range_t *range, int alpha
20422042
} else {
20432043
if(range->extensible) {
20442044
OUT("{ APC_SEMI_CONSTRAINED | APC_EXTENSIBLE, "
2045-
"-1, ");
2045+
"-1, -1, ");
20462046
} else {
20472047
OUT("{ APC_SEMI_CONSTRAINED,\t-1, -1, ");
20482048
}

0 commit comments

Comments
 (0)