aboutsummaryrefslogtreecommitdiffstats
path: root/template/encdb.h.tmpl
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-21 11:20:13 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-06-21 11:20:31 +0900
commit60eee3c3cb90465e3b8ac30fb269bea044840690 (patch)
tree46b206f3341c1f7effcb163d341996d575baf4c4 /template/encdb.h.tmpl
parent86b5c15e70d61903e14482ee40fa0485706c1bba (diff)
downloadruby-60eee3c3cb90465e3b8ac30fb269bea044840690.tar.gz
Fix syntax error in generated code
Diffstat (limited to 'template/encdb.h.tmpl')
-rw-r--r--template/encdb.h.tmpl2
1 files changed, 1 insertions, 1 deletions
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%>