eolian: remove comma

This commit is contained in:
Daniel Kolesa 2014-08-20 13:08:33 +01:00
parent 4103f3daaf
commit 6abb6e4adc
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ M.Type = ffi.metatype("Eolian_Type", {
local v = eolian.eolian_type_free_func_get(self)
if v == nil then return nil end
return ffi.string(v)
end,
end
}
})