From 4eb66d2f2fe45b1977a6447e9fb9215969966e52 Mon Sep 17 00:00:00 2001 From: mkarlesky Date: Thu, 10 Dec 2009 20:57:24 +0000 Subject: [PATCH] fixed typo in use of float exclusion macro git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@49 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e --- src/unity.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unity.c b/src/unity.c index dfb1feb..c7d523b 100644 --- a/src/unity.c +++ b/src/unity.c @@ -340,7 +340,7 @@ void UnityAssertEqualUnsignedIntArray(const unsigned int* expected, } } -#ifndef UNITY_EXCLUDE_UFOAT +#ifndef UNITY_EXCLUDE_FLOAT void UnityAssertFloatsWithin(const _UF delta, const _UF expected, const _UF actual,