diff --git a/libnw/format.c b/libnw/format.c index 3b7ffcf5..9a38f1dc 100644 --- a/libnw/format.c +++ b/libnw/format.c @@ -781,7 +781,7 @@ static INT NWL_NodeToLua(PNODE node, FILE* file) int indent = indent_depth; if (!node->Parent) - fputs("#!lua"NODE_LUA_DELIM_NL"_NWINFO = ", file); + fputs("_NWINFO = ", file); // Print header fprintcx(file, NODE_LUA_DELIM_INDENT, indent);