Update node.c

Redo last change
This commit is contained in:
Terry Ellison 2020-09-07 13:09:25 +01:00 committed by GitHub
parent 41c5f8fd57
commit d88c14b9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -873,7 +873,7 @@ LROT_BEGIN(node, NULL, 0)
LROT_FUNCENTRY( info, node_info )
LROT_TABENTRY( task, node_task )
LROT_FUNCENTRY( flashindex, node_lfsindex )
LROT_FUNCENTRY( flashreload, lua_lfsreload )
LROT_FUNCENTRY( flashreload, node_lfsreload )
LROT_TABENTRY( LFS, node_lfs )
LROT_FUNCENTRY( setonerror, node_setonerror )
LROT_FUNCENTRY( startupcommand, node_startupcommand )