mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	object: Fix pa_object_new macro (missing close paren)
This commit is contained in:
		
							parent
							
								
									4f831e0d7a
								
							
						
					
					
						commit
						b9d13aa91e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -37,7 +37,7 @@ struct pa_object {
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pa_object *pa_object_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_id));
 | 
					pa_object *pa_object_new_internal(size_t size, const char *type_id, bool (*check_type)(const char *type_id));
 | 
				
			||||||
#define pa_object_new(type) ((type*) pa_object_new_internal(sizeof(type), type##_type_id, type##_check_type)
 | 
					#define pa_object_new(type) ((type*) pa_object_new_internal(sizeof(type), type##_type_id, type##_check_type))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define pa_object_free ((void (*) (pa_object* _obj)) pa_xfree)
 | 
					#define pa_object_free ((void (*) (pa_object* _obj)) pa_xfree)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue