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

This reverts commit 77172a242f.
This commit is contained in:
Yang Tse 2012-04-23 16:27:33 +02:00
Родитель 419a50f817
Коммит d83233501f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);