mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	type-map: fix char array definition
This commit is contained in:
		
							parent
							
								
									d841e0f778
								
							
						
					
					
						commit
						5f89cf4fa2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -29,7 +29,7 @@ extern "C" {
 | 
				
			||||||
struct spa_type_map_impl_data {
 | 
					struct spa_type_map_impl_data {
 | 
				
			||||||
	struct spa_type_map map;
 | 
						struct spa_type_map map;
 | 
				
			||||||
	unsigned int n_types;
 | 
						unsigned int n_types;
 | 
				
			||||||
	char **types;
 | 
						char *types[1];
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static inline uint32_t
 | 
					static inline uint32_t
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue