Navigation Menu

Skip to content

Commit

Permalink
Fix wrong "\"
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 13, 2013
1 parent 6785595 commit 4881126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mroonga.rb
Expand Up @@ -71,7 +71,7 @@ def patches
return super if data_index.nil?

data = path.open
data.seek(data_index + "__END__¥n".size)
data.seek(data_index + "__END__\n".size)
data
end

Expand Down

0 comments on commit 4881126

Please sign in to comment.