summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-10-30 18:39:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-10-30 18:39:02 +0000
commit0c8a545342c214c33bbe4444a713e12e510b499f (patch)
tree5eaec8942377156bfa1c54026ee62defe88da9bc
parent3df4820e5f4353e64ffb2244061002889b51bcda (diff)
downloadmailutils-0c8a545342c214c33bbe4444a713e12e510b499f.tar.gz
mailutils-0c8a545342c214c33bbe4444a713e12e510b499f.tar.bz2
(util_do_command): Minor fix
-rw-r--r--mail/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/util.c b/mail/util.c
index 880a03897..904a4d1d1 100644
--- a/mail/util.c
+++ b/mail/util.c
@@ -49,7 +49,7 @@ util_do_command (const char *c, ...)
int argc = 0;
char **argv = NULL;
int status = 0;
- struct mail_command_entry *entry = NULL;
+ const struct mail_command_entry *entry = NULL;
char *cmd = NULL;
va_list ap;
static const char *delim = "=";

Return to:

Send suggestions and report system problems to the System administrator.