mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Fix typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
		
							parent
							
								
									be266bdd56
								
							
						
					
					
						commit
						c9b7ea35b6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -264,7 +264,7 @@ extern "C" {
 | 
			
		|||
        LOG_Z3_rcf_neq(c, a, b);
 | 
			
		||||
        RESET_ERROR_CODE();
 | 
			
		||||
        reset_rcf_cancel(c);
 | 
			
		||||
        return rcfm(c).eq(to_rcnumeral(a), to_rcnumeral(b));
 | 
			
		||||
        return rcfm(c).neq(to_rcnumeral(a), to_rcnumeral(b));
 | 
			
		||||
        Z3_CATCH_RETURN(Z3_FALSE);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue