aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim-messaging.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-23 01:10:00 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-23 01:10:00 +0000
commitfa5f01158af969b145dcf4f587fe0a0e3d65d74a (patch)
tree2ea43fa2718f7fc9003cd5166ec1a206ae0feefd /packet-aim-messaging.c
parentadb3fcd645162acb7f4efd8d92247453589228b0 (diff)
Put in a missing space.
svn path=/trunk/; revision=10970
Diffstat (limited to 'packet-aim-messaging.c')
-rw-r--r--packet-aim-messaging.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-aim-messaging.c b/packet-aim-messaging.c
index c82d1a8038..2ae2b59deb 100644
--- a/packet-aim-messaging.c
+++ b/packet-aim-messaging.c
@@ -4,7 +4,7 @@
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
* Copyright 2004, Devin Heitmueller <dheitmueller@netilla.com>
*
- * $Id: packet-aim-messaging.c,v 1.6 2004/05/05 09:30:56 guy Exp $
+ * $Id: packet-aim-messaging.c,v 1.7 2004/05/23 01:10:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -178,7 +178,7 @@ static int dissect_aim_messaging(tvbuff_t *tvb, packet_info *pinfo,
- buddyname_length );
if (check_col(pinfo->cinfo, COL_INFO)) {
- col_append_fstr(pinfo->cinfo, COL_INFO, "to: %s", buddyname);
+ col_append_fstr(pinfo->cinfo, COL_INFO, " to: %s", buddyname);
col_append_fstr(pinfo->cinfo, COL_INFO, " -> %s", msg);
}