From 6fa8d297bbdd3de9f9f5d0ca6af6f15831ae82e1 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Mon, 22 May 2000 10:24:17 +0000 Subject: cosmetics. --- lib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib.c') 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 */ -- cgit v1.2.3