Index: /trunk/include/VBox/GuestHost/SharedClipboard-uri.h
===================================================================
--- /trunk/include/VBox/GuestHost/SharedClipboard-uri.h	(revision 79687)
+++ /trunk/include/VBox/GuestHost/SharedClipboard-uri.h	(revision 79688)
@@ -382,5 +382,5 @@
     /** Size (in bytes) of string list. */
     uint32_t cbRoots;
-    /** String list (separated with \r\n) containing the root items. */
+    /** String list (separated with CRLF) containing the root items. */
     char    *pszRoots;
 } VBOXCLIPBOARDROOTS, *PVBOXCLIPBOARDROOTS;
@@ -1056,3 +1056,2 @@
 
 #endif /* !VBOX_INCLUDED_GuestHost_SharedClipboard_uri_h */
-
Index: /trunk/include/VBox/HostServices/VBoxClipboardSvc.h
===================================================================
--- /trunk/include/VBox/HostServices/VBoxClipboardSvc.h	(revision 79687)
+++ /trunk/include/VBox/HostServices/VBoxClipboardSvc.h	(revision 79688)
@@ -413,5 +413,5 @@
     /** uin32_t, out: Size (in bytes) of string list. */
     HGCMFunctionParameter cbRoots;
-    /** pointer, out: string list (separated with \r\n) containing the root items. */
+    /** pointer, out: string list (separated with CRLF) containing the root items. */
     HGCMFunctionParameter pvRoots;
 } VBoxClipboardRootsMsg;
@@ -650,3 +650,2 @@
 
 #endif /* !VBOX_INCLUDED_HostServices_VBoxClipboardSvc_h */
-
