FIX: a wrong comment inside default_toys.lua

FIX: a wrong linking to default_toys.lua in tnp3 scripts.
This commit is contained in:
iceman1001 2015-04-07 18:02:29 +02:00
commit cff17e78f5
4 changed files with 19 additions and 19 deletions

View file

@ -3,7 +3,7 @@ local getopt = require('getopt')
local lib14a = require('read14a')
local utils = require('utils')
local pre = require('precalc')
local toys = require('default_toys2')
local toys = require('default_toys')
local lsh = bit32.lshift
local rsh = bit32.rshift