diff options
Diffstat (limited to 'src/elua.h')
| -rw-r--r-- | src/elua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ struct elua_data enum elua_type type; size_t len; union{ - char *string; + char *buff; long integer; bool true_or_false; struct elua_table *table; |
