From 0e212a6804ffc40cd330904bebcd8333cad7fa3d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Fri, 3 Feb 2012 14:14:08 +1000 Subject: End the file with something useful. --- LuaSL/src/LuaSL_compile.c | 1 + 1 file changed, 1 insertion(+) diff --git a/LuaSL/src/LuaSL_compile.c b/LuaSL/src/LuaSL_compile.c index 4cd671d..cf19c99 100644 --- a/LuaSL/src/LuaSL_compile.c +++ b/LuaSL/src/LuaSL_compile.c @@ -2230,6 +2230,7 @@ static boolean doneParsing(LuaSL_compiler *compiler) fprintf(out, "function stateChange(x) end;\n"); fprintf(out, "--// Generated code goes here.\n\n"); outputLeaf(out, OM_LUA, compiler->ast); + fprintf(out, "\n\n--// End of generated code.\n\n"); fclose(out); sprintf(buffer, "luac \"%s\"", luaName); count = system(buffer); -- cgit v1.1