Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.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: Tue, 13 Aug 2002 13:12:21 -0500 (CDT)
guy         2002/08/13 13:12:21 CDT

  Modified files:
    .                    capture.c 
  Log:
  Not all compilers allow labels that don't have a statement following
  them.  Put a "break;" statement after a case label that didn't have it.
  
  Revision  Changes    Path
  1.188     +3 -3      ethereal/capture.c