From: Thomas Roessler Date: Mon, 22 May 2000 10:24:17 +0000 (+0000) Subject: cosmetics. X-Git-Tag: mutt-1-3-2-rel~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6fa8d297bbdd3de9f9f5d0ca6af6f15831ae82e1;p=mutt cosmetics. --- diff --git a/lib.c b/lib.c index 09566ae7..c9f307da 100644 --- 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 */