components/gpgme/patches/000-gpgconf.c.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Tue, 14 Jun 2011 14:50:28 -0700
changeset 303 cae844b2d132
permissions -rw-r--r--
7050043 GnuPG && friends to Userland

--- 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
 }