From 5b527e7eebc384f66c4422437b28c24256ece494 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Sat, 9 May 2009 23:39:57 -0400 Subject: [PATCH] just make things prettier. --- C/arith2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/C/arith2.c b/C/arith2.c index 6b70195bb..23fcbfbca 100644 --- a/C/arith2.c +++ b/C/arith2.c @@ -1168,10 +1168,10 @@ eval2(Int fi, Term t1, Term t2) { return p_xor(t1, t2); case op_atan2: return p_atan2(t1, t2); - case op_power2: - return p_power(t1, t2); case op_power: return p_exp(t1, t2); + case op_power2: + return p_power(t1, t2); case op_gcd: return p_gcd(t1, t2); case op_min: