mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 20:56:35 +00:00
Berry fix missing coma (code actually not used in Tasmota)
This commit is contained in:
parent
1fbe52df06
commit
d82fb0e07f
@ -237,7 +237,7 @@ void be_load_maplib(bvm *vm)
|
|||||||
{ "insert", m_insert },
|
{ "insert", m_insert },
|
||||||
{ "iter", m_iter },
|
{ "iter", m_iter },
|
||||||
{ "keys", m_keys },
|
{ "keys", m_keys },
|
||||||
{ "tobool", m_tobool }
|
{ "tobool", m_tobool },
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
be_regclass(vm, "map", members);
|
be_regclass(vm, "map", members);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user