Fixed 'extra tokens at end of #endif directive'.
authorGuenter Knauf <lists@gknw.net>
Sun, 22 Apr 2012 19:10:17 +0000 (21:10 +0200)
committerGuenter Knauf <lists@gknw.net>
Sun, 22 Apr 2012 19:10:17 +0000 (21:10 +0200)
lib/version.c

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