summaryrefslogtreecommitdiff
path: root/Tests/COnly/libc2.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/COnly/libc2.h')
-rw-r--r--Tests/COnly/libc2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/COnly/libc2.h b/Tests/COnly/libc2.h
index a99d8984e..2713d71ae 100644
--- a/Tests/COnly/libc2.h
+++ b/Tests/COnly/libc2.h
@@ -5,7 +5,7 @@
# define CM_TEST_LIB_EXPORT __declspec( dllimport )
# endif
#else
-# define CM_TEST_LIB_EXPORT
+# define CM_TEST_LIB_EXPORT
#endif
CM_TEST_LIB_EXPORT float LibC2Func();