aboutsummaryrefslogtreecommitdiffstats
path: root/packet-clnp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-11-01 08:17:03 +0000
committerGuy Harris <guy@alum.mit.edu>2002-11-01 08:17:03 +0000
commit3a3a343566711017b8f5ed21df61e4eb722407a9 (patch)
tree46ca35b1e5432078721262a6d6a03614b2168f69 /packet-clnp.c
parent4169d3000e0568cecc480b558b0d3eec940bb615 (diff)
Remove a newline from a string being put into the protocol tree.
svn path=/trunk/; revision=6535
Diffstat (limited to 'packet-clnp.c')
-rw-r--r--packet-clnp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-clnp.c b/packet-clnp.c
index 47590edcf6..7bedca1b63 100644
--- a/packet-clnp.c
+++ b/packet-clnp.c
@@ -1,7 +1,7 @@
/* packet-clnp.c
* Routines for ISO/OSI network and transport protocol packet disassembly
*
- * $Id: packet-clnp.c,v 1.60 2002/10/24 06:17:34 guy Exp $
+ * $Id: packet-clnp.c,v 1.61 2002/11/01 08:17:03 guy Exp $
* Laurent Deniel <deniel@worldnet.fr>
* Ralf Schneider <Ralf.Schneider@t-online.de>
*
@@ -608,7 +608,7 @@ static gboolean osi_decode_tp_var_part(tvbuff_t *tvb, int offset,
}
if (c1 & 0x1)
proto_tree_add_text(tree, tvb, offset, 1,
- "Use of transport expedited data transfer\n");
+ "Use of transport expedited data transfer");
else
proto_tree_add_text(tree, tvb, offset, 1,
"Non-use of transport expedited data transfer");