]> diplodocus.org Git - nmh/blobdiff - uip/mhlist.c
Alter HasSuffixC()'s char * to be const.
[nmh] / uip / mhlist.c
index 1ef0b6eeb841c4e4a41263fedf2ad08f78b0f554..13439c6271d4f3cb1e093165aaa4e3519d8d6764 100644 (file)
@@ -343,7 +343,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 */