diff --git a/src/mu-msg.h b/src/mu-msg.h index b48516d6..e0b410d5 100644 --- a/src/mu-msg.h +++ b/src/mu-msg.h @@ -44,7 +44,7 @@ typedef struct _MuMsg MuMsg; * @return a new MuMsg instance or NULL in case of error */ MuMsg* mu_msg_new (const char* filepath, - const char *maildir); + const char *maildir); /**