components/gpgme/patches/000-gpgconf.c.patch
author Petr Sumbera <petr.sumbera@oracle.com>
Thu, 05 Jun 2014 14:04:04 -0700
changeset 1936 185320167a36
parent 303 cae844b2d132
permissions -rw-r--r--
18908082 some apache2 modules don't build on 49

--- src/gpgconf.c	2008-11-03 08:50:12.000000000 -0800
+++ src/gpgconf.c	2011-05-27 08:41:54.744907426 -0700
@@ -59,7 +59,7 @@
 gpgme_conf_arg_release (gpgme_conf_arg_t arg, gpgme_conf_type_t type)
 {
 #ifdef ENABLE_GPGCONF
-  return _gpgme_conf_arg_release (arg, type);
+  _gpgme_conf_arg_release (arg, type);
 #endif
 }