aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-04-02 05:19:42 +0000
committerGuy Harris <guy@alum.mit.edu>2004-04-02 05:19:42 +0000
commit9f879f7a22158124fc25fd450beffa8376033cb8 (patch)
tree81b25acea1f8b0cd0ee87a2103783f78cc6a96ba /packet-isup.c
parent82fa82562994bee4e00f974b3fb8488ea78e59b4 (diff)
Get rid of an extra "=" at the end of the file.
svn path=/trunk/; revision=10539
Diffstat (limited to 'packet-isup.c')
-rw-r--r--packet-isup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-isup.c b/packet-isup.c
index d61f30395a..d02e9f4aef 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -9,7 +9,7 @@
* Modified 2004-01-10 by Anders Broman to add abillity to dissect
* Content type application/ISUP RFC 3204 used in SIP-T
*
- * $Id: packet-isup.c,v 1.59 2004/04/01 20:34:51 etxrab Exp $
+ * $Id: packet-isup.c,v 1.60 2004/04/02 05:19:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -6345,4 +6345,3 @@ proto_reg_handoff_bicc(void)
dissector_add("mtp3.service_indicator", MTP3_BICC_SERVICE_INDICATOR, bicc_handle);
dissector_add("m3ua.protocol_data_si", MTP3_BICC_SERVICE_INDICATOR, bicc_handle);
}
-= \ No newline at end of file