summaryrefslogtreecommitdiff
path: root/src/coucal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coucal.h')
-rw-r--r--src/coucal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coucal.h b/src/coucal.h
index d5e3d24..1c55ab5 100644
--- a/src/coucal.h
+++ b/src/coucal.h
@@ -75,7 +75,7 @@ typedef unsigned __int64 uint64_t;
#endif
#elif ( ( defined(__GNUC__) && ( __GNUC__ >= 4 ) ) \
|| ( defined(HAVE_VISIBILITY) && HAVE_VISIBILITY ) )
-#define COUCAL_EXTERN extern __attribute__ ((visibility("default")))
+#define COUCAL_EXTERN extern __attribute__ ((visibility("default")))
#else
#define COUCAL_EXTERN extern
#endif