aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-06-10 11:26:29 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-06-12 15:35:13 -0700
commit68402a53dc6ab9eeb15644a4ad66af2c0af2191d (patch)
tree8a7b8be975f5863f686f0a04322109f802f438fa
parentsrc: Update boilerplate from MIT X11 license to MIT Expat license (diff)
downloadwayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.tar
wayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.tar.gz
wayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.tar.bz2
wayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.tar.lz
wayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.tar.xz
wayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.tar.zst
wayland-68402a53dc6ab9eeb15644a4ad66af2c0af2191d.zip
wayland-server: Fix style on multi-line comment
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--src/wayland-server.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 3dc5048..0f04f66 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -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