diff options
Diffstat (limited to 'examples/listId2Rec2.lua')
-rw-r--r-- | examples/listId2Rec2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/listId2Rec2.lua b/examples/listId2Rec2.lua index ab8f1dd..c6705dd 100644 --- a/examples/listId2Rec2.lua +++ b/examples/listId2Rec2.lua | |||
@@ -56,7 +56,7 @@ function mymatch (g, s) | |||
56 | local msg = "Error at line " .. err.line .. " (col " .. err.col .. "): " .. err.msg | 56 | local msg = "Error at line " .. err.line .. " (col " .. err.col .. "): " .. err.msg |
57 | table.insert(out, msg) | 57 | table.insert(out, msg) |
58 | end | 58 | end |
59 | return nil, table.concat(out, "\n") | 59 | return nil, table.concat(out, "\n") .. "\n" |
60 | end | 60 | end |
61 | return r | 61 | return r |
62 | end | 62 | end |