mirror of
				https://github.com/subsurface/subsurface.git
				synced 2025-02-19 22:16:15 +00:00 
			
		
		
		
	File.c - Missing break in switch
Simple control flow issue. Missing break in switch. Signed-off-by: Marcos CARDINOT <mcardinot@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
		
							parent
							
								
									b5e9663af8
								
							
						
					
					
						commit
						384b9dd09b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		
							
								
								
									
										1
									
								
								file.c
									
										
									
									
									
								
							
							
						
						
									
										1
									
								
								file.c
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -652,6 +652,7 @@ int parse_txt_file(const char *filename, const char *csv)
 | 
			
		|||
									QT_TRANSLATE_NOOP("gettextFromC", "Mouth piece position not connected"));
 | 
			
		||||
							break;
 | 
			
		||||
						}
 | 
			
		||||
						break;
 | 
			
		||||
					case 3:
 | 
			
		||||
						//Power Off event
 | 
			
		||||
						add_event(dc, cur_sampletime, 0, 0, 0,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue