mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Fix syntax error in generated code
This commit is contained in:
		
							parent
							
								
									86b5c15e70
								
							
						
					
					
						commit
						60eee3c3cb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -95,7 +95,7 @@ ENC_DEFINE("<%=e%>");
 | 
				
			||||||
% end
 | 
					% end
 | 
				
			||||||
% encidx = encodings.size - 1
 | 
					% encidx = encodings.size - 1
 | 
				
			||||||
% lines.each do |line|
 | 
					% lines.each do |line|
 | 
				
			||||||
<%=line%><%#=%%%>
 | 
					<%=line%><%#=%% %>
 | 
				
			||||||
% end
 | 
					% end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define ENCODING_COUNT <%=count%>
 | 
					#define ENCODING_COUNT <%=count%>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue