diff options
| author | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-10 11:26:29 -0700 |
|---|---|---|
| committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-06-12 15:35:13 -0700 |
| commit | 68402a53dc6ab9eeb15644a4ad66af2c0af2191d (patch) | |
| tree | 8a7b8be975f5863f686f0a04322109f802f438fa | |
| parent | src: Update boilerplate from MIT X11 license to MIT Expat license (diff) | |
| download | wayland-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.c | 5 |
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 |
