1
0
Fork 0

Added a missing endline.

This commit is contained in:
madmaxoft 2014-06-24 14:49:35 +02:00
parent e96a774f59
commit dc284783f0
1 changed files with 1 additions and 1 deletions

View File

@ -137,4 +137,4 @@ def:write("EXPORTS\n")
for _,symbol in ipairs(symbols) do
def:write("\t" .. symbol .. "=lua51." .. symbol .. "\n")
end
def:close()
def:close()