]> diplodocus.org Git - nmh/blobdiff - uip/mhshow.c
tws.h: Remove zero-valued TW_SNIL macro, used once.
[nmh] / uip / mhshow.c
index a118f642bcd093ac4cfb2478799f3e6c3c126edc..427b14ce59e0e479407fcc60f95306cd3cc4f93c 100644 (file)
@@ -1,6 +1,4 @@
-
-/*
- * mhshow.c -- display the contents of MIME messages
+/* mhshow.c -- display 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
@@ -454,7 +452,7 @@ do_cache:
     for (ctp = cts; *ctp; ctp++)
        free_content (*ctp);
 
-    free ((char *) cts);
+    free(cts);
     cts = NULL;
 
     if (concatsw)