From 86e45042cb8799ae79c52f10abc660c799adf113 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 30 Aug 2008 05:48:09 +0000 Subject: * ext/dl/mkcallback.rb: fix continuation line detection. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/dl/mkcallback.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dl/mkcallback.rb') diff --git a/ext/dl/mkcallback.rb b/ext/dl/mkcallback.rb index 4dbd0d6ef6..89d3a1c10b 100644 --- a/ext/dl/mkcallback.rb +++ b/ext/dl/mkcallback.rb @@ -6,7 +6,7 @@ File.open($dl_h){|f| pre = "" f.each{|line| line.chop! - if( line[-1] == ?\ ) + if( line[-1] == ?\\ ) line.chop! line.concat(" ") pre += line -- cgit v1.2.3