remove accidental return statement on the return of a void function
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
		
							parent
							
								
									e841e4bf94
								
							
						
					
					
						commit
						fd931a2605
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -132,7 +132,7 @@ inline struct ddsi_serdata *ddsi_serdata_from_sample (const struct ddsi_sertopic
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
inline void ddsi_serdata_to_ser (const struct ddsi_serdata *d, size_t off, size_t sz, void *buf) {
 | 
			
		||||
  return d->ops->to_ser (d, off, sz, buf);
 | 
			
		||||
  d->ops->to_ser (d, off, sz, buf);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
inline struct ddsi_serdata *ddsi_serdata_to_ser_ref (const struct ddsi_serdata *d, size_t off, size_t sz, ddsi_iovec_t *ref) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue