mirror of
				https://github.com/yuzu-emu/yuzu.git
				synced 2025-11-04 06:23:42 +00:00 
			
		
		
		
	service/fatal: Remove unnecessary semicolon
Resolves a -Wextra-semi warning.
This commit is contained in:
		
							parent
							
								
									cc737e5832
								
							
						
					
					
						commit
						11505d3d9f
					
				@ -138,7 +138,7 @@ static void ThrowFatalError(ResultCode error_code, FatalType fatal_type, const F
 | 
			
		||||
    case FatalType::ErrorReport:
 | 
			
		||||
        GenerateErrorReport(error_code, info);
 | 
			
		||||
        break;
 | 
			
		||||
    };
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void Module::Interface::ThrowFatal(Kernel::HLERequestContext& ctx) {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user