data: remove extra newlines (nw)

This commit is contained in:
cracyc 2016-10-26 16:33:57 -05:00
parent 373cea0ca1
commit cf037e79d2
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ function dat.check(set, softlist)
if not status or not info then
return nil
end
info = info:gsub("\n\n", "\n")
return "Mameinfo"
end

View File

@ -13,6 +13,7 @@ function dat.check(set, softlist)
if not status or not info then
return nil
end
info = info:gsub("\n\n", "\n")
return "Messinfo"
end