mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	Fix typo
Don't manually edit diffs and then commit without compile test... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									dd3edb0dcd
								
							
						
					
					
						commit
						9bea9fcdb7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -157,7 +157,7 @@ void DiveImportedModel::recordDives() | ||||||
| 		} else { | 		} else { | ||||||
| 			// we should free the dives that weren't recorded
 | 			// we should free the dives that weren't recorded
 | ||||||
| 			clear_dive(d); | 			clear_dive(d); | ||||||
| 			free(d) | 			free(d); | ||||||
| 		} | 		} | ||||||
| 		diveTable->dives[i] = NULL; | 		diveTable->dives[i] = NULL; | ||||||
| 	} | 	} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue