Skip to content

Commit

Permalink
remove lua shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
a1ive authored Mar 19, 2024
1 parent 285b578 commit 8fa97f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libnw/format.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8fa97f0

Please sign in to comment.