Skip to content

Commit 7e8a20c

Browse files
committed
Fix for ruby 1.8
1 parent 42174f3 commit 7e8a20c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gen_elf.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
ci = 0
99
fmt.size.times{|fi|
1010
if fmt[fi] == ?#
11-
while code[ci] == "\n"
11+
while code[ci] == ?\n
1212
ci += 1
1313
end
1414
c = code[ci] || ';'

0 commit comments

Comments
 (0)