Skip to content
Snippets Groups Projects
Commit 77172a24 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

Fixed 'extra tokens at end of #endif directive'.

parent 46cd5f1d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment