mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-22 02:06:31 +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 },
|
||||
{ "iter", m_iter },
|
||||
{ "keys", m_keys },
|
||||
{ "tobool", m_tobool }
|
||||
{ "tobool", m_tobool },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
be_regclass(vm, "map", members);
|
||||
|
Loading…
x
Reference in New Issue
Block a user