From 76e72db74cbee0d3cef53a66cea1729ddf805ec2 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 13 Mar 2010 09:09:07 +0000 Subject: Void functions do not return anything. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13807 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution-exchange/files/patch-eplugin_exchange-operations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/evolution-exchange') diff --git a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c index 0b8e3e23d..49adfb514 100644 --- a/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c +++ b/mail/evolution-exchange/files/patch-eplugin_exchange-operations.c @@ -14,5 +14,5 @@ +void g_module_unload (gpointer module); +void +g_module_unload (gpointer module) { -+ return NULL; ++ return; +} -- cgit v1.2.3