aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'lauxlib.h')
-rw-r--r--lauxlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lauxlib.h b/lauxlib.h
index b34b3805..59fef6af 100644
--- a/lauxlib.h
+++ b/lauxlib.h
@@ -16,7 +16,7 @@
16 16
17 17
18/* global table */ 18/* global table */
19#define LUA_GNAME "_G" 19#define LUA_GNAME "_G"
20 20
21 21
22typedef struct luaL_Buffer luaL_Buffer; 22typedef struct luaL_Buffer luaL_Buffer;