elua: fix typo in eolian bindings

This commit is contained in:
Daniel Kolesa 2019-02-28 14:56:21 +01:00
parent f76d04683b
commit 535da54dac
1 changed files with 1 additions and 1 deletions

View File

@ -847,7 +847,7 @@ M.type_builtin_type = {
MSTRING = 44,
STRING = 45,
STRINGSHARE = 46,
STRBUF = 47.
STRBUF = 47,
VOID_PTR = 48,
FREE_CB = 49