aboutsummaryrefslogtreecommitdiffstats
path: root/packet-nfs.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-19 08:33:00 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-19 08:33:00 +0000
commitdecbfd022609590e2ab85e89790a5cd3276b81b7 (patch)
tree99862a9c1bac23691167bcc4ccdfca002313f387 /packet-nfs.c
parent02db206409f400f7a3844c7d8085d62669d52535 (diff)
Labels must be followed by statements; GCC may let you get away without
the statement, but MSVC++ doesn't. svn path=/trunk/; revision=3574
Diffstat (limited to 'packet-nfs.c')
-rw-r--r--packet-nfs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-nfs.c b/packet-nfs.c
index 993a659992..b37926befc 100644
--- a/packet-nfs.c
+++ b/packet-nfs.c
@@ -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:
+ ;
}