summaryrefslogtreecommitdiffstats
path: root/mail/evolution-exchange
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-13 17:09:07 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2010-03-13 17:09:07 +0800
commit76e72db74cbee0d3cef53a66cea1729ddf805ec2 (patch)
tree8977f3a8392a0485363b2ec5d89827987fd6fe65 /mail/evolution-exchange
parentf9da2a0840a437118f05a3dd5d151d4255f82dd5 (diff)
downloadmarcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.tar
marcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.tar.gz
marcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.tar.bz2
marcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.tar.lz
marcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.tar.xz
marcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.tar.zst
marcuscom-ports-76e72db74cbee0d3cef53a66cea1729ddf805ec2.zip
Void functions do not return anything.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13807 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail/evolution-exchange')
-rw-r--r--mail/evolution-exchange/files/patch-eplugin_exchange-operations.c2
1 files changed, 1 insertions, 1 deletions
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;
+}