diff options
-rw-r--r-- | src/lanes.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 8837e4b..005ce28 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -562,7 +562,9 @@ end | |||
562 | if _t ~= _timers then | 562 | if _t ~= _timers then |
563 | error( "mismatched configuration: " .. tostring( _t) .. " timer activity instead of " .. tostring( _timers)) | 563 | error( "mismatched configuration: " .. tostring( _t) .. " timer activity instead of " .. tostring( _timers)) |
564 | end | 564 | end |
565 | return lanes | ||
565 | end | 566 | end |
567 | return lanes | ||
566 | end -- lanes.configure | 568 | end -- lanes.configure |
567 | 569 | ||
568 | --the end | 570 | --the end |