mirror of
				https://gitlab.freedesktop.org/wlroots/wlroots.git
				synced 2025-11-03 09:01:40 -05:00 
			
		
		
		
	Add missing &
This commit is contained in:
		
							parent
							
								
									35d1bcff6f
								
							
						
					
					
						commit
						f295aff762
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -297,7 +297,7 @@ void vulkan_format_props_query(struct wlr_vk_device *dev,
 | 
				
			||||||
		dev->format_props[dev->format_prop_count] = props;
 | 
							dev->format_props[dev->format_prop_count] = props;
 | 
				
			||||||
		++dev->format_prop_count;
 | 
							++dev->format_prop_count;
 | 
				
			||||||
	} else {
 | 
						} else {
 | 
				
			||||||
		vulkan_format_props_finish(props);
 | 
							vulkan_format_props_finish(&props);
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue