From: Kevin McCarthy Date: Wed, 5 Dec 2018 17:31:34 +0000 (-0800) Subject: Adjust version number comment in gpgme. X-Git-Tag: mutt-1-12-rel~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9abf0561062dc2c37b6d248d1c439e1329d50ef;p=mutt Adjust version number comment in gpgme. --- diff --git a/crypt-gpgme.c b/crypt-gpgme.c index f727292b..7f824f38 100644 --- a/crypt-gpgme.c +++ b/crypt-gpgme.c @@ -167,7 +167,7 @@ print_utf8 (FILE *fp, const char *buf, size_t len) * 3 - format is "..". * To ignore the patchlevel in the comparison add 10 to LEVEL. To get * a reverse sorting order use a negative number. */ -#if GPGRT_VERSION_NUMBER >= 0x012100 /* gpgme >= 1.33 */ +#if GPGRT_VERSION_NUMBER >= 0x012100 /* libgpg-error >= 1.33 */ static int cmp_version_strings (const char *a, const char *b, int level) {