Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rsvp.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: Sat, 2 Feb 2002 05:52:42 -0600 (CST)
guy         2002/02/02 05:52:42 CST

  Modified files:
    .                    packet-rsvp.c 
  Log:
  Put in a "break" statement after the "default:" clause; GCC may allow
  you to have a label with no statement after it, but other C compilers
  (e.g, MSVC++ 6.0) don't.
  
  Revision  Changes    Path
  1.54      +2 -1      ethereal/packet-rsvp.c