Commit 76bc3f19 authored by Lev Walkin's avatar Lev Walkin

removed extra semicolon

parent 3d0b5a38
......@@ -92,7 +92,7 @@ asn1constraint_compatible(asn1p_expr_type_e expr_type,
static asn1cnst_range_t range_ ## foo = { \
{ ARE_VALUE, 0, val1 }, \
{ ARE_VALUE, 0, val2 }, \
0, 0, 0, 0, 0, 0 };
0, 0, 0, 0, 0, 0 }
asn1cnst_range_t *
asn1constraint_default_alphabet(asn1p_expr_type_e expr_type) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment