removed extra semicolon

This commit is contained in:
Lev Walkin 2004-08-18 05:46:55 +00:00
parent 3d0b5a38d2
commit 76bc3f19dd
1 changed files with 1 additions and 1 deletions

View File

@ -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) {