diff options
| author | William Ahern <william@server.local> | 2012-10-11 11:52:02 -0700 |
|---|---|---|
| committer | William Ahern <william@server.local> | 2012-10-11 11:52:02 -0700 |
| commit | 4559433301a2234dc08c5b8b1e6d90542eaba913 (patch) | |
| tree | fd3abb27f90475c34726c7919402e0c6f47ca592 | |
| parent | fa810e8a50f93add49be889a36c154dd11c90744 (diff) | |
| download | luaossl-4559433301a2234dc08c5b8b1e6d90542eaba913.tar.gz luaossl-4559433301a2234dc08c5b8b1e6d90542eaba913.tar.bz2 luaossl-4559433301a2234dc08c5b8b1e6d90542eaba913.zip | |
-n
fix typo
| -rw-r--r-- | compat52.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 | */ |
| 115 | typedef struct luaL_Stream { | 115 | typedef struct luaL_Stream { |
| 116 | FILE *f; | 116 | FILE *f; |
