Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-wtp.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, 4 Nov 2000 01:38:19 -0600 (CST)
guy         2000/11/04 01:38:19 CST

  Modified files:
    .                    packet-wtp.c 
  Log:
  Microsoft Visual C++, unlike GCC, doesn't like it if you have no
  statements whatsoever in a "case" or "default" clause; add a "break"
  statement to keep it happy.  (Other compilers may also be less forgiving
  than GCC.)
  
  Revision  Changes    Path
  1.2       +3 -2      ethereal/packet-wtp.c