aboutsummaryrefslogtreecommitdiff
path: root/lib/version.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2012-04-23 16:27:33 +0200
committerYang Tse <yangsita@gmail.com>2012-04-23 16:27:33 +0200
commitd83233501f4d45d033562411b4e747b9740b7c4b (patch)
tree64a79e6bf016a8e522b69ec00bd2f8883e41ae24 /lib/version.c
parent419a50f817599600a47a374eca7506845ca6afb1 (diff)
Revert "Fixed 'extra tokens at end of #endif directive'."
This reverts commit 77172a242fc0c820f97eae39d0e3e0f265222fe6.
Diffstat (limited to 'lib/version.c')
-rw-r--r--lib/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.c b/lib/version.c
index 564c35ccd..38da9f14d 100644
--- a/lib/version.c
+++ b/lib/version.c
@@ -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);