aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorsake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-14 21:02:30 +0000
committersake <sake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-14 21:02:30 +0000
commit0094ae9d0ca00ec35f161cdb56e2bec713e19305 (patch)
tree074487ccb940e907ee0b53d6b9bce2ca2cad23f3 /plugins
parentc551b0b8eb54383e4786c04bc558fa90c0b0cb18 (diff)
Oops... missed one ;
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25740 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ethercat/packet-ethercat-datagram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-ethercat-datagram.c b/plugins/ethercat/packet-ethercat-datagram.c
index c17097239c..f29efdd3c2 100644
--- a/plugins/ethercat/packet-ethercat-datagram.c
+++ b/plugins/ethercat/packet-ethercat-datagram.c
@@ -824,7 +824,7 @@ static void dissect_ecat_datagram(tvbuff_t *tvb, packet_info *pinfo, proto_tree
if( subCount < 10 ){
aitem = proto_tree_add_item(ecat_datagram_tree, hf_ecat_sub_data[subCount], tvb, startOfData, dataLength, TRUE);
- PROTO_ITEM_SET_HIDDEN(aitem)
+ PROTO_ITEM_SET_HIDDEN(aitem);
}
}
}