mirror of
				https://gitlab.freedesktop.org/wayland/wayland.git
				synced 2025-11-03 09:01:42 -05:00 
			
		
		
		
	wayland-server: Fix style on multi-line comment
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
		
							parent
							
								
									3c91b0878d
								
							
						
					
					
						commit
						68402a53dc
					
				
					 1 changed files with 3 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue