Commit 77172a24 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

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

parent 46cd5f1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);