From 2af77f1fc6c952eb30f6c11e036acf99f68080d8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 12 Feb 2017 09:42:15 +0100 Subject: gnutls.h: corrected typo [ci skip] --- lib/includes/gnutls/gnutls.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index f6c3e90c33..a550cdd004 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -1973,7 +1973,7 @@ int gnutls_random_art(gnutls_random_art_t type, /* IDNA */ #define GNUTLS_IDNA_FORCE_2008 (1<<1) -int gnutls_idna_map(const char * input, unsigned ilen, gnutls_datum_t *out, unsigned flags);; +int gnutls_idna_map(const char * input, unsigned ilen, gnutls_datum_t *out, unsigned flags); int gnutls_idna_reverse_map(const char *input, unsigned ilen, gnutls_datum_t *out, unsigned flags); /* SRP -- cgit v1.2.1