Fix the closure of a multiline comment which is not strictly legal

http://www.lua.org/pil/1.3.html, but only impacts syntax
highlighting and not script execution.
This commit is contained in:
jah 2008-12-02 18:30:05 +00:00
parent 263e62a3d4
commit 9f3a5e5210

View file

@ -32,7 +32,7 @@ function bintohex(str)
end
return b
end
]]--
--]]
callback = function(packetsz, layer2, layer3)
return string.sub(layer2, 0, 12)