summaryrefslogtreecommitdiff
path: root/mh/comp.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-26 19:03:10 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-26 19:03:10 +0200
commit25df2275c794c9f223715473494ab3b10a420d40 (patch)
tree9da8168523d9f16910e36ece26de5a30f71aa11e /mh/comp.c
parent144bf5da108539d9893a90d1024539500d85a390 (diff)
downloadmailutils-25df2275c794c9f223715473494ab3b10a420d40.tar.gz
mailutils-25df2275c794c9f223715473494ab3b10a420d40.tar.bz2
Clean up unused variables.
Diffstat (limited to 'mh/comp.c')
-rw-r--r--mh/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mh/comp.c b/mh/comp.c
index 6066de0a7..02a23cfeb 100644
--- a/mh/comp.c
+++ b/mh/comp.c
@@ -258,7 +258,7 @@ main (int argc, char **argv)
mu_error (_("only one message at a time!"));
return 1;
}
- draftmessage = mu_umaxtostr (0, mh_msgset_first_uid (msgset));
+ draftmessage = (char*) mu_umaxtostr (0, mh_msgset_first_uid (msgset));
mu_msgset_free (msgset);
mu_mailbox_destroy (&mbox);
}

Return to:

Send suggestions and report system problems to the System administrator.