Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tethereal.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 20 Apr 2001 16:50:07 -0500 (CDT)
guy         2001/04/20 16:50:07 CDT

  Modified files:
    .                    tethereal.c 
  Log:
  In ANSI C (and in pre-ANSI UNIX implementations), if you return from
  "main()", the program exits, and exits with an exit status equal to the
  return value of "main()", so "return 0;" is sufficient at the end of
  "main()".
  
  Revision  Changes    Path
  1.82      +2 -3      ethereal/tethereal.c