From 516f37428ba501ca5a179c35474d6e3e70997fcb Mon Sep 17 00:00:00 2001 From: PetteriAimonen Date: Tue, 30 Dec 2014 18:41:00 +0000 Subject: Fix typo in benchmark.c. --- benchmarks/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks') diff --git a/benchmarks/benchmark.c b/benchmarks/benchmark.c index de83388..70a2aeb 100644 --- a/benchmarks/benchmark.c +++ b/benchmarks/benchmark.c @@ -65,7 +65,7 @@ static fix16_t delta(fix16_t result, fix16_t expected) { #ifdef FIXMATH_NO_OVERFLOW // Ignore overflow errors when the detection is turned off - if (expected == fix16_min) + if (expected == fix16_minimum) return 0; #endif -- cgit v1.2.3