aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sip.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-04-29 20:41:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-04-29 20:41:35 +0000
commit3f9d9a766e557770e942840b17d78044a572d08e (patch)
tree6898f6f4b35adb4910e1b6910b4e0f9bd84d6202 /epan/dissectors/packet-sip.c
parent8e380042730edb1a9ed8cc9fb58b6226b458e0f2 (diff)
Forgot a //
svn path=/trunk/; revision=32605
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;