]> diplodocus.org Git - nmh/blobdiff - uip/mhlist.c
uip/folder.c: Rewrite plural test to common form.
[nmh] / uip / mhlist.c
index 1ef0b6eeb841c4e4a41263fedf2ad08f78b0f554..09814b1df9d4ef5256a17cb90015e33b6b87a5ed 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhlist.c -- list the contents of MIME messages
+/* mhlist.c -- list the contents of MIME messages
  *
  * This code is Copyright (c) 2002, by the authors of nmh.  See the
  * COPYRIGHT file in the root directory of the nmh distribution for
@@ -343,7 +341,7 @@ do_cache:
     for (ctp = cts; *ctp; ctp++)
        free_content (*ctp);
 
-    free ((char *) cts);
+    free(cts);
     cts = NULL;
 
     /* If reading from a folder, do some updating */