aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-29 20:41:35 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-29 20:41:35 +0000
commit21b1f8451502d9141b46f9ef98ea1dee5608e3a6 (patch)
tree6898f6f4b35adb4910e1b6910b4e0f9bd84d6202 /epan/dissectors/packet-sip.c
parent87533e6705562391de55a39568e1c99a79a0794b (diff)
Forgot a //
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32605 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-sip.c')
-rw-r--r--epan/dissectors/packet-sip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index f9cffd8470..1245277a68 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -1341,7 +1341,6 @@ dissect_sip_contact_item(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, gi
static gint
dissect_sip_authorization_item(tvbuff_t *tvb, proto_tree *tree, gint start_offset, gint line_end_offset)
{
- //gchar c;
gint current_offset, par_name_end_offset;
gint equals_offset = 0;
gchar *name;