diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-28 07:47:41 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-05-28 07:47:41 +0000 |
commit | 6c565dd7c06c96fd9b3394ade61f46da59590d30 (patch) | |
tree | f303c1a94627e002fa4dd73d2f2641596b8b1420 /samples | |
parent | 84f03fda7c2be57e14f937e295710b5e883fedc6 (diff) | |
download | luasocket-6c565dd7c06c96fd9b3394ade61f46da59590d30.tar.gz luasocket-6c565dd7c06c96fd9b3394ade61f46da59590d30.tar.bz2 luasocket-6c565dd7c06c96fd9b3394ade61f46da59590d30.zip |
Almost there.
Diffstat (limited to 'samples')
-rw-r--r-- | samples/cddb.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/samples/cddb.lua b/samples/cddb.lua index 09309e8..d2e5b59 100644 --- a/samples/cddb.lua +++ b/samples/cddb.lua | |||
@@ -1,4 +1,3 @@ | |||
1 | require"luasocket" | ||
2 | require"http" | 1 | require"http" |
3 | 2 | ||
4 | if not arg or not arg[1] or not arg[2] then | 3 | if not arg or not arg[1] or not arg[2] then |