aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLev Walkin <vlm@lionet.info>2004-08-18 05:46:55 +0000
committerLev Walkin <vlm@lionet.info>2004-08-18 05:46:55 +0000
commit76bc3f19dda1e9af17c8fb0384e98131dba2fd2e (patch)
tree8cf868d07ffabbf131e989f5b0c90ecf87b871f6
parent3d0b5a38d27ea09ca31bd38e68ef1fc928c59398 (diff)
removed extra semicolon
-rw-r--r--libasn1fix/asn1fix_constraint_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libasn1fix/asn1fix_constraint_compat.c b/libasn1fix/asn1fix_constraint_compat.c
index 28ebf92e..10720b5c 100644
--- a/libasn1fix/asn1fix_constraint_compat.c
+++ b/libasn1fix/asn1fix_constraint_compat.c
@@ -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) {