summaryrefslogtreecommitdiff
path: root/lib/asan
diff options
context:
space:
mode:
authorMeador Inge <meadori@gmail.com>2012-05-24 18:16:39 +0000
committerMeador Inge <meadori@gmail.com>2012-05-24 18:16:39 +0000
commit619e8bf99d2714c4411fefba22d54c233d93a177 (patch)
tree88f3b0e9aa08c7985902dcd2cd3aa1fdb79bcc6e /lib/asan
parentea5bde91d547af6f38005ebdb64d7b6e4c9f966c (diff)
downloadcompiler-rt-619e8bf99d2714c4411fefba22d54c233d93a177.tar.gz
Adding back a right parenthesis that was dropped in r157388.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/asan')
-rw-r--r--lib/asan/asan_interceptors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/asan/asan_interceptors.cc b/lib/asan/asan_interceptors.cc
index 9db6e7564..c68fb78a2 100644
--- a/lib/asan/asan_interceptors.cc
+++ b/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