Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-h1.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 2 Mar 2000 02:59:41 -0600 (CST)
guy         2000/03/02 02:59:39 CST

  Modified files:
    .                    packet-h1.c 
  Log:
  GCC doesn't mind
  
  	switch (xxx) {
  
  		...
  
  	default:
  	}
  
  but Microsoft Visual C++ 6.0 insists that there be a statement following
  the "default:" label, and other compilers may do the same - put in a
  "break;" statement.
  
  Revision  Changes    Path
  1.3       +2 -1      ethereal/packet-h1.c