Fix the declaration of a true_false_string
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Mar 2008 22:28:51 +0000 (22:28 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 5 Mar 2008 22:28:51 +0000 (22:28 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24572 f5534014-38df-0310-8fa8-9805f1628bb7

plugins/ethercat/packet-ecatmb.c

index 0f6c59b3a32c9dced2ab90d5ff8d56425b4e14cf..db5cf1a73873e9a61a84b8dc3d51d56dbdc02416 100644 (file)
@@ -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"