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

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Nov 2000 13:13:41 -0600 (CST)
gram        2000/11/14 13:13:40 CST

  Modified files:
    .                    packet-eigrp.c 
  Log:
  Add a ; to the empty default case in a switch statement. ANSI C says
  you need some statement there, and a semicolon serves as a statement.
  Put a comment in there too, emphasizing the fact that the default case
  was meant to be empty.
  
  Revision  Changes    Path
  1.8       +3 -1      ethereal/packet-eigrp.c