]> granicus.if.org Git - mutt/commitdiff
cosmetics.
authorThomas Roessler <roessler@does-not-exist.org>
Mon, 22 May 2000 10:24:17 +0000 (10:24 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Mon, 22 May 2000 10:24:17 +0000 (10:24 +0000)
lib.c

diff --git a/lib.c b/lib.c
index 09566ae73822f34d6880ae8e51097a846c727d8b..c9f307daf08798e1f97e171233c286517bab6db0 100644 (file)
--- a/lib.c
+++ b/lib.c
@@ -152,8 +152,7 @@ void mutt_str_replace (char **p, const char *s)
 void mutt_str_adjust (char **p)
 {
   if (!p || !*p) return;
-  
-  safe_realloc (p, strlen (*p) + 1);
+  safe_realloc ((void **) p, strlen (*p) + 1);
 }
 
 /* convert all characters in the string to lowercase */