mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Fixed 'extra tokens at end of #endif directive'.
This commit is contained in:
parent
46cd5f1dad
commit
77172a242f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user