mirror of
https://github.com/curl/curl.git
synced 2026-05-19 17:26:21 +03:00
Revert "Fixed 'extra tokens at end of #endif directive'."
This reverts commit 77172a242f.
This commit is contained in:
parent
419a50f817
commit
d83233501f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue