From 52f7725523c4e28a52d40eed0b3a6069f873f42f Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 16 Feb 2014 11:36:21 -0600 Subject: Fix unintended renaming --- libtdenetwork/libgpgme-copy/gpgme/ops.h | 2 +- libtdenetwork/libgpgme-copy/gpgme/version.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libtdenetwork/libgpgme-copy/gpgme') diff --git a/libtdenetwork/libgpgme-copy/gpgme/ops.h b/libtdenetwork/libgpgme-copy/gpgme/ops.h index fd857dd5..869496f1 100644 --- a/libtdenetwork/libgpgme-copy/gpgme/ops.h +++ b/libtdenetwork/libgpgme-copy/gpgme/ops.h @@ -140,7 +140,7 @@ void _gpgme_op_trustlist_event_cb (void *data, gpgme_event_io_t type, /* From version.c. */ -/* Return true if MY_VERSION is at least RETQ_VERSION, and false +/* Return true if MY_VERSION is at least REQ_VERSION, and false otherwise. */ int _gpgme_compare_versions (const char *my_version, const char *req_version); diff --git a/libtdenetwork/libgpgme-copy/gpgme/version.c b/libtdenetwork/libgpgme-copy/gpgme/version.c index 133b23c7..b823da1d 100644 --- a/libtdenetwork/libgpgme-copy/gpgme/version.c +++ b/libtdenetwork/libgpgme-copy/gpgme/version.c @@ -111,7 +111,7 @@ parse_version_string (const char *str, int *major, int *minor, int *micro) } -/* Return true if MY_VERSION is at least RETQ_VERSION, and false +/* Return true if MY_VERSION is at least REQ_VERSION, and false otherwise. */ int _gpgme_compare_versions (const char *my_version, -- cgit v1.2.3