aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-07 11:37:15 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-07 11:37:15 +0000
commit2089653d7a5d8311354b0736feb3dcff7f0183ee (patch)
tree35e276dd00800f4de1c318c01e96c159c055d267 /epan/dissectors/packet-isup.c
parent2cac6719580837e89f1ab6e6f785afc429f11c8e (diff)
From Kovarththanan Rajaratnam:
Remove trailing spaces in protocol/field names git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28978 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-isup.c')
-rw-r--r--epan/dissectors/packet-isup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 55e0f3a8df..f3fb938381 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -8293,7 +8293,7 @@ proto_register_bicc(void)
static gint *ett[] = {
&ett_bicc
};
- proto_bicc = proto_register_protocol("Bearer Independent Call Control ",
+ proto_bicc = proto_register_protocol("Bearer Independent Call Control",
"BICC", "bicc");
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_bicc, hf, array_length(hf));