mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
plugins/data: fix spelling (nw)
This commit is contained in:
parent
5934c89762
commit
e94b4d2bac
@ -12,7 +12,7 @@ end
|
|||||||
|
|
||||||
if db then
|
if db then
|
||||||
local found = false
|
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
|
if not found then
|
||||||
db:exec([[
|
db:exec([[
|
||||||
CREATE TABLE version (
|
CREATE TABLE version (
|
||||||
|
Loading…
Reference in New Issue
Block a user