diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-13 17:09:07 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-13 17:09:07 +0800 |
commit | 76e72db74cbee0d3cef53a66cea1729ddf805ec2 (patch) | |
tree | 8977f3a8392a0485363b2ec5d89827987fd6fe65 /mail/evolution-exchange | |
parent | f9da2a0840a437118f05a3dd5d151d4255f82dd5 (diff) | |
download | marcuscom-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.c | 2 |
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; +} |