From 60eee3c3cb90465e3b8ac30fb269bea044840690 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 21 Jun 2021 11:20:13 +0900 Subject: [PATCH] Fix syntax error in generated code --- template/encdb.h.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/encdb.h.tmpl b/template/encdb.h.tmpl index b797099ce1..8e658f7985 100644 --- a/template/encdb.h.tmpl +++ b/template/encdb.h.tmpl @@ -95,7 +95,7 @@ ENC_DEFINE("<%=e%>"); % end % encidx = encodings.size - 1 % lines.each do |line| -<%=line%><%#=%%%> +<%=line%><%#=%% %> % end #define ENCODING_COUNT <%=count%>