From 6fef6e646698ed99a0bda8ba07da7c46e62ee215 Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Thu, 24 May 2012 18:16:39 +0000 Subject: [PATCH] Adding back a right parenthesis that was dropped in r157388. llvm-svn: 157406 --- compiler-rt/lib/asan/asan_interceptors.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/lib/asan/asan_interceptors.cc b/compiler-rt/lib/asan/asan_interceptors.cc index 9db6e75..c68fb78 100644 --- a/compiler-rt/lib/asan/asan_interceptors.cc +++ b/compiler-rt/lib/asan/asan_interceptors.cc @@ -800,7 +800,7 @@ void InitializeAsanInterceptors() { # ifndef __APPLE__ ASAN_INTERCEPT_FUNC(index); # else - CHECK(OVERRIDE_FUNCTION(index, WRAP(strchr)); + CHECK(OVERRIDE_FUNCTION(index, WRAP(strchr))); # endif #endif #if ASAN_INTERCEPT_STRNLEN -- 2.7.4