Fix unintended renaming

pull/21/head
Darrell Anderson 10 years ago
parent b45a5c12cc
commit 52f7725523

@ -12,8 +12,8 @@
along with this program; if not, write to the Free Software Foundation,
Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, US
*/
#ifndef __KMIME_CHARFRETQ_H__
#define __KMIME_CHARFRETQ_H__
#ifndef __KMIME_CHARFREQ_H__
#define __KMIME_CHARFREQ_H__
#include <tqcstring.h>
#include <tdepimmacros.h>
@ -65,4 +65,4 @@ private:
} // namespace KMime
#endif /* __KMIME_CHARFRETQ_H__ */
#endif /* __KMIME_CHARFREQ_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);

@ -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,

Loading…
Cancel
Save