diff options
author | Eric Engestrom <[email protected]> | 2016-07-22 10:24:03 +0100 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-07-22 10:14:00 -0700 |
commit | 4da9f7e7ce3e5fc62336dc6f041a30aabd2cacdc (patch) | |
tree | 91c23588aa22d00463733d0cca65e4a7cbabaecb /src/mapi/entry_x86_tls.h | |
parent | 44ef2ce6ecec1fc9ad7f174a0b2cf63b365ce3e8 (diff) |
mapi: fix typo in macro name
Fixes: 5ec140c17b54c2592009 ("mapi: Massage code to allow clang to compile.")
Reported-by: Alexandre Demers <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Signed-off-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/mapi/entry_x86_tls.h')
-rw-r--r-- | src/mapi/entry_x86_tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/entry_x86_tls.h b/src/mapi/entry_x86_tls.h index 231b4093fe6..545b5a3c786 100644 --- a/src/mapi/entry_x86_tls.h +++ b/src/mapi/entry_x86_tls.h @@ -27,7 +27,7 @@ #include <string.h> -#ifdef HAVE_FUNC_ATTRIBUTE_VISIBIITY +#ifdef HAVE_FUNC_ATTRIBUTE_VISIBILITY #define HIDDEN __attribute__((visibility("hidden"))) #else #define HIDDEN |