summaryrefslogtreecommitdiff
path: root/ext/dl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dl')
-rw-r--r--ext/dl/mkcallback.rb2
1 files changed, 1 insertions, 1 deletions
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