From 76bc3f19dda1e9af17c8fb0384e98131dba2fd2e Mon Sep 17 00:00:00 2001
From: Lev Walkin <vlm@lionet.info>
Date: Wed, 18 Aug 2004 05:46:55 +0000
Subject: [PATCH] removed extra semicolon

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