From 71566e04840201f13b1e869fd17a3576460dff9a Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Fri, 29 Jan 2010 16:41:40 +0100 Subject: dio: further improved support for multiple devices --- mboxc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mboxc.lua') diff --git a/mboxc.lua b/mboxc.lua index dbe4c86..ff8ff65 100644 --- a/mboxc.lua +++ b/mboxc.lua @@ -24,8 +24,8 @@ local function worker(format, warg) local f = io.open(warg[i]) while true do - -- Read the mbox line by line, if we are going to read some - -- *HUGE* folders then switch to reading chunks + -- Read the mbox line by line, if we are going to read + -- some *HUGE* folders then switch to reading chunks local lines = f:read("*line") if not lines then break end -- cgit v1.2.3