mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	fix error code comment
This commit is contained in:
		
							parent
							
								
									c6bdcf72a4
								
							
						
					
					
						commit
						c431b922d0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -41,7 +41,7 @@ const ResultCode ERROR_NOT_IMPLEMENTED = // 0xD960A3F4 | |||
| const ResultCode ERROR_TOO_MANY_CLIENT_CERTS = // 0xD8A0A0CB
 | ||||
|     ResultCode(ErrCodes::TooManyClientCerts, ErrorModule::HTTP, ErrorSummary::InvalidState, | ||||
|                ErrorLevel::Permanent); | ||||
| const ResultCode ERROR_WRONG_CERT_ID = // 0xD8A0A0CB
 | ||||
| const ResultCode ERROR_WRONG_CERT_ID = // 0xD8E0B839
 | ||||
|     ResultCode(57, ErrorModule::SSL, ErrorSummary::InvalidArgument, ErrorLevel::Permanent); | ||||
| 
 | ||||
| void HTTP_C::Initialize(Kernel::HLERequestContext& ctx) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue