diff options
Diffstat (limited to '')
-rw-r--r-- | samples/cddb.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/cddb.lua b/samples/cddb.lua index 49a1871..59d5a44 100644 --- a/samples/cddb.lua +++ b/samples/cddb.lua | |||
@@ -26,7 +26,7 @@ function parse(body) | |||
26 | data[key] = value | 26 | data[key] = value |
27 | end | 27 | end |
28 | end | 28 | end |
29 | return data, code, message | 29 | return data, code, message |
30 | end | 30 | end |
31 | 31 | ||
32 | local host = socket.dns.gethostname() | 32 | local host = socket.dns.gethostname() |