summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lua/lundump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/lua/lundump.h')
-rw-r--r--src/lib/lua/lundump.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/lua/lundump.h b/src/lib/lua/lundump.h
index 2b8accecb8a..57218253800 100644
--- a/src/lib/lua/lundump.h
+++ b/src/lib/lua/lundump.h
@@ -20,9 +20,9 @@ LUAI_FUNC void luaU_header (lu_byte* h);
LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w, void* data, int strip);
/* data to catch conversion errors */
-#define LUAC_TAIL "\x19\x93\r\n\x1a\n"
+#define LUAC_TAIL "\x19\x93\r\n\x1a\n"
/* size in bytes of header of binary files */
-#define LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(LUAC_TAIL)-sizeof(char))
+#define LUAC_HEADERSIZE (sizeof(LUA_SIGNATURE)-sizeof(char)+2+6+sizeof(LUAC_TAIL)-sizeof(char))
#endif