From: Thomas Roessler Date: Tue, 30 Jan 2001 10:14:04 +0000 (+0000) Subject: Fixing a stupid typo. bug#445, from Larry Rosenman . X-Git-Tag: mutt-1-3-15-rel~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8cf72ca030c34f8ad9c2f6fe4bd5d62294e8487;p=mutt Fixing a stupid typo. bug#445, from Larry Rosenman . --- diff --git a/pop_auth.c b/pop_auth.c index a4f6bbd7..72e6e0f3 100644 --- a/pop_auth.c +++ b/pop_auth.c @@ -130,7 +130,7 @@ static pop_auth_res_t pop_auth_sasl (POP_DATA *pop_data) /* sasl_client_st(art|ep) allocate pc with malloc, expect me to * free it */ - safe_free ((void) &pc); + safe_free ((void *) &pc); } }