From 8fa97f084c1b4c216604b7edaaeeb9fb8890f576 Mon Sep 17 00:00:00 2001 From: A1ive <10670106+a1ive@users.noreply.github.com> Date: Tue, 19 Mar 2024 22:00:29 +0800 Subject: [PATCH] remove lua shebang --- libnw/format.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);