summaryrefslogtreecommitdiff
path: root/mail/folders.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/folders.c')
-rw-r--r--mail/folders.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/folders.c b/mail/folders.c
index 88a376ddb..2308f9cdc 100644
--- a/mail/folders.c
+++ b/mail/folders.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -48,7 +48,7 @@ mail_folders (int argc ARG_UNUSED, char **argv ARG_UNUSED)
path = util_fullpath (path);
util_do_command("! %s '%s'", getenv ("LISTER"), path);
- free(path);
+ free (path);
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.