diff --git a/lib/mu-msg-sexp.cc b/lib/mu-msg-sexp.cc index 29ad5f94..e56cffb0 100644 --- a/lib/mu-msg-sexp.cc +++ b/lib/mu-msg-sexp.cc @@ -95,7 +95,7 @@ static void add_contacts(Sexp::List& list, MuMsg* msg) { using ContactPair = std::pair; - constexpr std::array contact_types = {{ + constexpr std::array contact_types = {{ { Field::Id::From, ":from" }, { Field::Id::To, ":to" }, { Field::Id::Cc, ":cc" },