summaryrefslogtreecommitdiff
path: root/plugin/semisync/semisync.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/semisync/semisync.cc')
-rw-r--r--plugin/semisync/semisync.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/semisync/semisync.cc b/plugin/semisync/semisync.cc
index 83c7791c14b..022773eed0a 100644
--- a/plugin/semisync/semisync.cc
+++ b/plugin/semisync/semisync.cc
@@ -26,5 +26,5 @@ const unsigned long Trace::kTraceDetail = 0x0010;
const unsigned long Trace::kTraceNetWait = 0x0020;
const unsigned long Trace::kTraceFunction = 0x0040;
-const char ReplSemiSyncBase::kSyncHeader[2] =
+const unsigned char ReplSemiSyncBase::kSyncHeader[2] =
{ReplSemiSyncBase::kPacketMagicNum, 0};