From 8a3861572f49e19fd79d2feea80427d609694daf Mon Sep 17 00:00:00 2001 From: vlm Date: Wed, 18 Aug 2004 05:46:55 +0000 Subject: removed extra semicolon git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@134 59561ff5-6e30-0410-9f3c-9617f08c8826 --- libasn1fix/asn1fix_constraint_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.2.3