nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Changing the return type of done()


From: Josh Bressers
Subject: Re: [Nmh-workers] Changing the return type of done()
Date: Tue, 17 Apr 2007 06:43:10 -0400

> 
> I'd like to change done() to return void, and replace all the main()
> calls with the two lines
> 
> done(status);
> return 1;
> 

Why not just replace them with

return status;

I fail to see what we gain by calling done() at the end of main().

-- 
    JB




reply via email to

[Prev in Thread] Current Thread [Next in Thread]