aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmarks/benchmark.c2
1 files changed, 1 insertions, 1 deletions
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