projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46cd5f1
)
Fixed 'extra tokens at end of #endif directive'.
author
Guenter Knauf
<lists@gknw.net>
Sun, 22 Apr 2012 19:10:17 +0000
(21:10 +0200)
committer
Guenter Knauf
<lists@gknw.net>
Sun, 22 Apr 2012 19:10:17 +0000
(21:10 +0200)
lib/version.c
patch
|
blob
|
history
diff --git
a/lib/version.c
b/lib/version.c
index 38da9f14d097224bbe16292c64647a5a8413db9e..564c35ccd76c11ec4eccfd9b3bca1724934423bc 100644
(file)
--- 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);