aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ansi_a.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-09 22:32:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-11-09 22:32:44 +0000
commitc333e7278bb737592c4f5694bc8957f0b42dff9b (patch)
treefd4bb72c9cbfbe66b6c57c21f4fdeccfe8301a9a /packet-ansi_a.c
parent06c76275a56a09221f7b12d987525b123e841f32 (diff)
Remove accidentally-inserted letter.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8920 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-ansi_a.c')
-rw-r--r--packet-ansi_a.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ansi_a.c b/packet-ansi_a.c
index 9bdd039b3e..0b2ada7546 100644
--- a/packet-ansi_a.c
+++ b/packet-ansi_a.c
@@ -10,7 +10,7 @@
* 2000 Access Network Interfaces
* 3GPP2 A.S0001-1 TIA/EIA-2001
*
- * $Id: packet-ansi_a.c,v 1.5 2003/11/09 22:30:05 guy Exp $
+ * $Id: packet-ansi_a.c,v 1.6 2003/11/09 22:32:44 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2081,7 +2081,7 @@ elem_cic(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len, gchar *add_
curr_offset += 2;
-r sprintf(add_string, " - (%u) (0x%04x)", value, value);
+ sprintf(add_string, " - (%u) (0x%04x)", value, value);
/* no length check possible */