Unverified Commit d88c14b9 authored by Terry Ellison's avatar Terry Ellison Committed by GitHub
Browse files

Update node.c

Redo last change
parent 41c5f8fd
...@@ -873,7 +873,7 @@ LROT_BEGIN(node, NULL, 0) ...@@ -873,7 +873,7 @@ LROT_BEGIN(node, NULL, 0)
LROT_FUNCENTRY( info, node_info ) LROT_FUNCENTRY( info, node_info )
LROT_TABENTRY( task, node_task ) LROT_TABENTRY( task, node_task )
LROT_FUNCENTRY( flashindex, node_lfsindex ) LROT_FUNCENTRY( flashindex, node_lfsindex )
LROT_FUNCENTRY( flashreload, lua_lfsreload ) LROT_FUNCENTRY( flashreload, node_lfsreload )
LROT_TABENTRY( LFS, node_lfs ) LROT_TABENTRY( LFS, node_lfs )
LROT_FUNCENTRY( setonerror, node_setonerror ) LROT_FUNCENTRY( setonerror, node_setonerror )
LROT_FUNCENTRY( startupcommand, node_startupcommand ) LROT_FUNCENTRY( startupcommand, node_startupcommand )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment