From b68a093092f634ca39a8f63e425b168642534772 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Tue, 2 Nov 2010 21:15:35 +0200 Subject: [PATCH] * cosmetic --- src/mu-msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); /**