mirror of
https://github.com/holub/mame
synced 2025-06-04 03:46:29 +03:00
plugins/data: fix spelling (nw)
This commit is contained in:
parent
5934c89762
commit
e94b4d2bac
@ -12,7 +12,7 @@ end
|
||||
|
||||
if db then
|
||||
local found = false
|
||||
db:exec("select * from sqllite_master where name = version", function() found = true return 0 end)
|
||||
db:exec("select * from sqlite_master where name = version", function() found = true return 0 end)
|
||||
if not found then
|
||||
db:exec([[
|
||||
CREATE TABLE version (
|
||||
|
Loading…
Reference in New Issue
Block a user