mirror of
https://github.com/notwa/lips
synced 2024-11-14 09:19:02 -08:00
fix options.origin (obvious typo)
This commit is contained in:
parent
6b0d27ba6d
commit
027b5d9deb
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ function Collector:collect(tokens, fn)
|
|||
self.statements = {}
|
||||
|
||||
-- this works, but probably shouldn't be in this function specifically
|
||||
if self.options.offset then
|
||||
local s = Statement('(options)', 0, '!ORG', self.options.offset)
|
||||
if self.options.origin then
|
||||
local s = Statement('(options)', 0, '!ORG', self.options.origin)
|
||||
insert(self.statements, s)
|
||||
end
|
||||
if self.options.base then
|
||||
|
|
Loading…
Reference in a new issue