Labels must be followed by statements; GCC may let you get away without

the statement, but MSVC++ doesn't.

svn path=/trunk/; revision=3574
This commit is contained in:
Guy Harris 2001-06-19 08:33:00 +00:00
parent 02db206409
commit decbfd0226
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
* Copyright 1999, Uwe Girlich <Uwe.Girlich@philosys.de>
* Copyright 2000-2001, Mike Frisch <frisch@hummingbird.com> (NFSv4 decoding)
*
* $Id: packet-nfs.c,v 1.55 2001/06/18 16:38:22 girlich Exp $
* $Id: packet-nfs.c,v 1.56 2001/06/19 08:33:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -839,7 +839,8 @@ dissect_fhandle_data_LINUX_KNFSD_NEW(tvbuff_t* tvb, int offset, proto_tree *tree
}
}
out:
out:
;
}