aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-csn1.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-02-28 14:17:52 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-02-28 14:17:52 +0000
commit6eaae55c790d0b50a5945edf3a4b6b014ef9cae7 (patch)
tree869b7228407d37ffd4224c11c97cd8670cb03b75 /epan/dissectors/packet-csn1.c
parent7f604b779daeb69b206b723efb85b5e1b3587139 (diff)
- RE apply checkapi patch.
- Mark unused parameters (From Pascal Quantin). svn path=/trunk/; revision=36093
Diffstat (limited to 'epan/dissectors/packet-csn1.c')
-rw-r--r--epan/dissectors/packet-csn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-csn1.c b/epan/dissectors/packet-csn1.c
index 836c00a6a9..50667abbea 100644
--- a/epan/dissectors/packet-csn1.c
+++ b/epan/dissectors/packet-csn1.c
@@ -112,7 +112,7 @@ gint16 ProcessError(proto_tree *tree, tvbuff_t *tvb, gint bit_offset, unsigned c
}
else
{
- ti = proto_tree_add_text(tree, tvb, bit_offset>>3, 1, "ERROR (%s)", sz, pDescr?pDescr->sz:"-");
+ ti = proto_tree_add_text(tree, tvb, bit_offset>>3, 1, "ERROR %s (%s)", sz, pDescr?pDescr->sz:"-");
}
}