mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
data: remove extra newlines (nw)
This commit is contained in:
parent
373cea0ca1
commit
cf037e79d2
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user