aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-19 08:41:15 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-19 08:53:31 +0200
commitcefe9f4f90bc2f3a9c837f4504e962f2a519780d (patch)
tree7c26e2a2ed93937b361f2cae42ff077bb271a687 /lib
parentb2d246cf6c82607f6a43fde0036e4e0e7d26490e (diff)
vtls.h: remove a space before semicolon
... that the new checksrc detected
Diffstat (limited to 'lib')
-rw-r--r--lib/vtls/vtls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/vtls/vtls.h b/lib/vtls/vtls.h
index b6c66bfa3..31ba9fc50 100644
--- a/lib/vtls/vtls.h
+++ b/lib/vtls/vtls.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -99,7 +99,7 @@ CURLcode Curl_ssl_push_certinfo(struct SessionHandle * data, int certnum,
/* extract a session ID */
bool Curl_ssl_getsessionid(struct connectdata *conn,
void **ssl_sessionid,
- size_t *idsize) /* set 0 if unknown */;
+ size_t *idsize); /* set 0 if unknown */
/* add a new session ID */
CURLcode Curl_ssl_addsessionid(struct connectdata *conn,
void *ssl_sessionid,