diff options
Diffstat (limited to 'samples')
| -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 3e48cf6..482dc98 100644 --- a/samples/cddb.lua +++ b/samples/cddb.lua | |||
| @@ -39,7 +39,7 @@ if code == 200 then | |||
| 39 | if not data then | 39 | if not data then |
| 40 | print(error or code) | 40 | print(error or code) |
| 41 | else | 41 | else |
| 42 | for i,v in data do | 42 | for i,v in pairs(data) do |
| 43 | io.write(i, ': ', v, '\n') | 43 | io.write(i, ': ', v, '\n') |
| 44 | end | 44 | end |
| 45 | end | 45 | end |
