diff options
-rw-r--r-- | lib/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c index 38da9f14d..564c35ccd 100644 --- a/lib/version.c +++ b/lib/version.c @@ -71,7 +71,7 @@ char *curl_version(void) int sspi_major = 0; int sspi_minor = 0; int sspi_build = 0; -#endif; +#endif strcpy(ptr, LIBCURL_NAME "/" LIBCURL_VERSION); len = strlen(ptr); |