From: Po Lu Date: Sat, 31 Dec 2022 01:10:36 +0000 (+0800) Subject: ; * src/gnutls.c (Fgnutls_boot): Fix typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57e363a4514bddc443414aec1528fd9501d85034;p=emacs.git ; * src/gnutls.c (Fgnutls_boot): Fix typo. --- diff --git a/src/gnutls.c b/src/gnutls.c index eb231810fae..ab50128b81c 100644 --- a/src/gnutls.c +++ b/src/gnutls.c @@ -1941,7 +1941,7 @@ one trustfile (usually a CA bundle). */) Lisp_Object prime_bits; #ifdef HAVE_GNUTLS_CERTIFICATE_SET_X509_KEY_FILE2 unsigned int aux_key_file; -#endiif +#endif struct Lisp_Process *p = XPROCESS (proc); CHECK_PROCESS (proc);