summaryrefslogtreecommitdiff
path: root/lib/BlocksRuntime/Block.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/BlocksRuntime/Block.h')
-rw-r--r--lib/BlocksRuntime/Block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/BlocksRuntime/Block.h b/lib/BlocksRuntime/Block.h
index 55cdd01a9..e6cb142fd 100644
--- a/lib/BlocksRuntime/Block.h
+++ b/lib/BlocksRuntime/Block.h
@@ -27,7 +27,7 @@
#if !defined(BLOCK_EXPORT)
# if defined(__cplusplus)
-# define BLOCK_EXPORT extern "C"
+# define BLOCK_EXPORT extern "C"
# else
# define BLOCK_EXPORT extern
# endif