aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/basetypes/MCLibetpan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/basetypes/MCLibetpan.cc')
-rw-r--r--src/core/basetypes/MCLibetpan.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/basetypes/MCLibetpan.cc b/src/core/basetypes/MCLibetpan.cc
index 5da4452b..fcc1b772 100644
--- a/src/core/basetypes/MCLibetpan.cc
+++ b/src/core/basetypes/MCLibetpan.cc
@@ -11,7 +11,8 @@
#include <libetpan/libetpan.h>
__attribute__((constructor))
-static void initialize() {
+static void initialize()
+{
// It will enable CFStream on platforms that supports it.
mailstream_cfstream_enabled = 1;
}