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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Sat, 14 Jun 2003 18:50:43 -0500 (CDT)
guy         2003/06/14 18:50:43 CDT

  Modified files:
    .                    packet-sflow.c 
  Log:
  Put in a "break;" after the labels in the final clause of a switch
  statement - GCC lets you get away with no statement after those labels,
  but some other compilers (e.g., MSVC++ 6.0) don't.
  
  Revision  Changes    Path
  1.2       +2 -1      ethereal/packet-sflow.c