aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-03-10 03:03:06 +0000
committerTim Potter <tpot@samba.org>2006-03-10 03:03:06 +0000
commit0afb8cd493cf4769382de52b1f327f5bb0966082 (patch)
tree3feb4541eb656846925b0194420fe29bedad8c8d /epan/to_str.c
parent65d37c099e527a077a951d267e98b5ac7d7c198e (diff)
Remove a linebreak to emphasise the guid structure (doesn't change
the byte ordering). svn path=/trunk/; revision=17561
Diffstat (limited to 'epan/to_str.c')
-rw-r--r--epan/to_str.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/to_str.c b/epan/to_str.c
index c6a5615469..715e3e1d31 100644
--- a/epan/to_str.c
+++ b/epan/to_str.c
@@ -885,8 +885,7 @@ gchar* guid_to_str_buf(const guint8 *guid, gchar *buf, int buf_len) {
guid[0], guid[1], guid[2], guid[3],
guid[4], guid[5],
guid[6], guid[7],
- guid[8], guid[9],
- guid[10], guid[11], guid[12], guid[13], guid[14], guid[15]);
+ guid[8], guid[9], guid[10], guid[11], guid[12], guid[13], guid[14], guid[15]);
return buf;
}