From d3c378e950d4375ea9b0354289f82cda0f0e6666 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 20 Dec 2012 21:13:12 -0800 Subject: [PATCH] fix forgotten RETSIGTYPE change id [18a724e9eba0] --- imap/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap/util.c b/imap/util.c index 7ac0afdf1..7515088b6 100644 --- a/imap/util.c +++ b/imap/util.c @@ -733,7 +733,7 @@ int imap_wordcasecmp(const char *a, const char *b) * */ -static RETSIGTYPE alrm_handler (int sig) +static void alrm_handler (int sig) { /* empty */ } -- 2.40.0