aboutsummaryrefslogtreecommitdiff
path: root/etc/lp.lua
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-23 23:17:01 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2004-12-23 23:17:01 +0000
commita8254e94f8c14ac15b02be53a1cc69ba80899230 (patch)
tree135ed7368e05cc33410e20dcd3e494161ee0bf7d /etc/lp.lua
parent2f970d782ea97a73787f76bd100bb06615456904 (diff)
downloadluasocket-a8254e94f8c14ac15b02be53a1cc69ba80899230.tar.gz
luasocket-a8254e94f8c14ac15b02be53a1cc69ba80899230.tar.bz2
luasocket-a8254e94f8c14ac15b02be53a1cc69ba80899230.zip
Last line of modules was simplified.
Diffstat (limited to 'etc/lp.lua')
-rw-r--r--etc/lp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/lp.lua b/etc/lp.lua
index 801e5ed..cc358d1 100644
--- a/etc/lp.lua
+++ b/etc/lp.lua
@@ -318,4 +318,4 @@ query = socket.protect(function(p)
318 return data 318 return data
319end) 319end)
320 320
321base.getmetatable(_M).__index = nil 321getmetatable(_M).__index = nil