From: Meador Inge Date: Thu, 24 May 2012 18:16:39 +0000 (+0000) Subject: Adding back a right parenthesis that was dropped in r157388. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6fef6e646698ed99a0bda8ba07da7c46e62ee215;p=platform%2Fupstream%2Fllvm.git Adding back a right parenthesis that was dropped in r157388. llvm-svn: 157406 --- 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