thin_metadata_size: drop signe_mapping to =

This commit is contained in:
Heinz Mauelshagen
2013-06-26 16:02:05 +02:00
parent a54f7d18f8
commit 4e0e2e30d3
+1 -1
View File
@@ -94,7 +94,7 @@ def end_device
" </device>\n"
end
def single_mapping(from, to = 4711)
def single_mapping(from, to)
" <single_mapping time=\"0\" origin_block=\"#{from}\" data_block=\"#{to}\"/>\n"
end