summaryrefslogtreecommitdiff
path: root/plugins/ethercat/packet-ethercat-datagram.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2008-07-14 21:02:30 +0000
committerSake Blok <sake@euronet.nl>2008-07-14 21:02:30 +0000
commit53bee63aa116b89d0763aadf4f8f5b719c0af949 (patch)
tree074487ccb940e907ee0b53d6b9bce2ca2cad23f3 /plugins/ethercat/packet-ethercat-datagram.c
parent2e18ba78733479267c6619dc908981ae537b17cc (diff)
downloadwireshark-53bee63aa116b89d0763aadf4f8f5b719c0af949.tar.gz
Oops... missed one ;
svn path=/trunk/; revision=25740
Diffstat (limited to 'plugins/ethercat/packet-ethercat-datagram.c')
-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);
}
}
}