aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2008-03-05 22:28:51 +0000
committerStephen Fisher <steve@stephen-fisher.com>2008-03-05 22:28:51 +0000
commit9ef2001f7bfa8ad8311b4a85216588b7b04ec44c (patch)
tree5c58c814da94961d6c979883e472174bfe509658 /plugins
parent9ba003e8b65ade902816fdfcbdd14e45a26a6aef (diff)
Fix the declaration of a true_false_string
svn path=/trunk/; revision=24572
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ethercat/packet-ecatmb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-ecatmb.c b/plugins/ethercat/packet-ecatmb.c
index 0f6c59b3a3..db5cf1a738 100644
--- a/plugins/ethercat/packet-ecatmb.c
+++ b/plugins/ethercat/packet-ecatmb.c
@@ -1399,7 +1399,7 @@ static void dissect_ecat_mailbox(tvbuff_t *tvb, packet_info *pinfo, proto_tree *
void proto_register_ecat_mailbox(void)
{
- static const true_false_string flags_set_truth[] =
+ static const true_false_string flags_set_truth =
{
"Set",
"Not set"