]> granicus.if.org Git - curl/commitdiff
Revert "Fixed 'extra tokens at end of #endif directive'."
authorYang Tse <yangsita@gmail.com>
Mon, 23 Apr 2012 14:27:33 +0000 (16:27 +0200)
committerYang Tse <yangsita@gmail.com>
Mon, 23 Apr 2012 14:27:33 +0000 (16:27 +0200)
This reverts commit 77172a242fc0c820f97eae39d0e3e0f265222fe6.

lib/version.c

index 564c35ccd76c11ec4eccfd9b3bca1724934423bc..38da9f14d097224bbe16292c64647a5a8413db9e 100644 (file)
@@ -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);