diff --git a/libasn1fix/asn1fix_constraint_compat.c b/libasn1fix/asn1fix_constraint_compat.c
index 28ebf92ed5a6e19547308b1bda1d74427445c877..10720b5c346327ed63891960b96cfbde9962f3cf 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) {