aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-11-17 17:36:29 +0000
committerBill Meier <wmeier@newsguy.com>2011-11-17 17:36:29 +0000
commiteeaf3993ad5dfbcfee7bdbd120144b3da4fef544 (patch)
tree4d6fab129d14fa694178481b458c19432e77b8bd /epan/proto.h
parentb17a3c7c75f880bc440712e2827f4e64c21e4d20 (diff)
(Trivial) remove an extra blank line.
svn path=/trunk/; revision=39909
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 3ea7f155e3..3d88e0ccf6 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -473,7 +473,6 @@ typedef proto_node proto_item;
/* expert "event groups" */
#define PI_GROUP_MASK 0xFF000000 /**< mask usually for internal use only! */
/** The protocol field has a bad checksum, usually PI_WARN */
-
#define PI_CHECKSUM 0x01000000
/** The protocol field indicates a sequence problem (e.g. TCP window is zero) */
#define PI_SEQUENCE 0x02000000