Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk about_dlg.c

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 4 Jul 2004 15:49:38 -0500 (CDT)
guy         2004/07/04 15:49:38 CDT

  Modified files:
    gtk                  about_dlg.c 
  Log:
  Declare "about_ethereal()" as "void", as it returns no value, and as GCC
  warns that it's implicitly declared as "int" if you don't declare its
  return type.
  
  Revision  Changes    Path
  1.19      +2 -2      ethereal/gtk/about_dlg.c