From bb4146474c01ca7a3a1e6c1e320906d3e32ea8ff Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Mon, 2 Nov 2020 15:32:13 +0100 Subject: [PATCH] Typo. --- src/mail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail.c b/src/mail.c index 4471e5d..d9884a9 100644 --- a/src/mail.c +++ b/src/mail.c @@ -929,7 +929,7 @@ solipa_mail_send_ext (Solipa *solipa, GSList *addrs; guint i_attachments; - g_return_if_fail (solipa == NULL); + g_return_if_fail (solipa != NULL); if (smail == NULL) { -- 2.49.0