From b55690a659fbc1b9cd267da26e2e54e3bdf7be52 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 26 Aug 2018 11:31:07 +0200 Subject: [PATCH] typo fix --- driver/others/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/driver/others/memory.c b/driver/others/memory.c index b2e154e8b..9d4ab19f5 100644 --- a/driver/others/memory.c +++ b/driver/others/memory.c @@ -76,7 +76,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #if defined(USE_TLS) #define COMPILE_TLS #if defined(__GLIBC_PREREQ) -#if !__GLIBC_PREREQ(2,20)) +#if !__GLIBC_PREREQ(2,20) #undef COMPILE_TLS #endif #endif