From 0afb8cd493cf4769382de52b1f327f5bb0966082 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 10 Mar 2006 03:03:06 +0000 Subject: Remove a linebreak to emphasise the guid structure (doesn't change the byte ordering). svn path=/trunk/; revision=17561 --- epan/to_str.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/to_str.c') 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; } -- cgit v1.2.3