sync with 0.4.65cvs11
[claws.git] / src / mh.c
index 77e23251054e7d5c730589235fd9d0b753f50d3e..8f136bce70c3f5a5ed8ce2a5275604230a760351 100644 (file)
--- a/src/mh.c
+++ b/src/mh.c
@@ -887,7 +887,7 @@ static MsgInfo *mh_parse_msg(const gchar *file, FolderItem *item)
 
 static gboolean mh_is_maildir_one(const gchar *path, const gchar *dir)
 {
 
 static gboolean mh_is_maildir_one(const gchar *path, const gchar *dir)
 {
-       char *entry;
+       gchar *entry;
        gboolean result;
 
        entry = g_strconcat(path, G_DIR_SEPARATOR_S, dir, NULL);
        gboolean result;
 
        entry = g_strconcat(path, G_DIR_SEPARATOR_S, dir, NULL);