Fix syntax error in generated code

This commit is contained in:
Nobuyoshi Nakada 2021-06-21 11:20:13 +09:00
parent 86b5c15e70
commit 60eee3c3cb
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6

View File

@ -95,7 +95,7 @@ ENC_DEFINE("<%=e%>");
% end
% encidx = encodings.size - 1
% lines.each do |line|
<%=line%><%#=%%%>
<%=line%><%#=%% %>
% end
#define ENCODING_COUNT <%=count%>