diff options
Diffstat (limited to 'scripts/src/main.lua')
-rw-r--r-- | scripts/src/main.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 94f6200dc9f..791f19f1b1b 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -249,9 +249,9 @@ if #disasm_files > 0 then } end if (MACHINES["NETLIST"]~=null) then - links { - "netlist", - } + links { + "netlist", + } end links { "utils", |