Skip to content
Snippets Groups Projects
Commit 76bc3f19 authored by Lev Walkin's avatar Lev Walkin
Browse files

removed extra semicolon

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