wayland-server: Fix style on multi-line comment
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 10 Jun 2015 18:26:29 +0000 (11:26 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Fri, 12 Jun 2015 22:35:13 +0000 (15:35 -0700)
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
src/wayland-server.c

index 3dc5048..0f04f66 100644 (file)
@@ -50,8 +50,9 @@
 #include "wayland-os.h"
 
 /* This is the size of the char array in struct sock_addr_un.
-   No Wayland socket can be created with a path longer than this,
-   including the null terminator. */
+ * No Wayland socket can be created with a path longer than this,
+ * including the null terminator.
+ */
 #ifndef UNIX_PATH_MAX
 #define UNIX_PATH_MAX  108
 #endif