summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop.lua b/shop.lua
index 7bd3c81..be8fbf2 100644
--- a/shop.lua
+++ b/shop.lua
@@ -22,7 +22,7 @@ function parsemeta(m)
local out = {}
for s in string.gmatch(m..";","(.-);") do
local k,v = s:match"^(.-)=(.-)$"
- if k=nil then
+ if k==nil then
out.recipient = s
else
out[k]=v