aboutsummaryrefslogtreecommitdiffstats
path: root/libasn1fix
diff options
context:
space:
mode:
authorvlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-18 05:46:55 +0000
committervlm <vlm@59561ff5-6e30-0410-9f3c-9617f08c8826>2004-08-18 05:46:55 +0000
commit8a3861572f49e19fd79d2feea80427d609694daf (patch)
tree8cf868d07ffabbf131e989f5b0c90ecf87b871f6 /libasn1fix
parentd3d0fbdb12e41145cf72c625b96aaebbd9ba5d74 (diff)
removed extra semicolon
git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@134 59561ff5-6e30-0410-9f3c-9617f08c8826
Diffstat (limited to 'libasn1fix')
-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) {