summaryrefslogtreecommitdiff
path: root/compat52.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat52.h')
-rw-r--r--compat52.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat52.h b/compat52.h
index a6d36be..38f6bc0 100644
--- a/compat52.h
+++ b/compat52.h
@@ -110,7 +110,7 @@ static lua_Unsigned luaL_optunsigned(lua_State *L, int arg, lua_Unsigned def) {
110 110
111/* 111/*
112 * Lua 5.1 userdata is a simple FILE *, while LuaJIT is a struct with the 112 * Lua 5.1 userdata is a simple FILE *, while LuaJIT is a struct with the
113 * first membe a FILE *, similar to Lua 5.2. 113 * first member a FILE *, similar to Lua 5.2.
114 */ 114 */
115typedef struct luaL_Stream { 115typedef struct luaL_Stream {
116 FILE *f; 116 FILE *f;