diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-21 11:20:13 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2021-06-21 11:20:31 +0900 |
| commit | 60eee3c3cb90465e3b8ac30fb269bea044840690 (patch) | |
| tree | 46b206f3341c1f7effcb163d341996d575baf4c4 | |
| parent | 86b5c15e70d61903e14482ee40fa0485706c1bba (diff) | |
Fix syntax error in generated code
| -rw-r--r-- | template/encdb.h.tmpl | 2 |
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%> |
