aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-30 23:17:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-30 23:17:06 +0000
commit1c0fd24a361aecc9aeadb2eca58d1b2b4191c45e (patch)
treeef8305f6976358ed7e6d009c280cf920a5b1c17b
parent5c0b2f29b9423b9e0130d26ea9cb1bb8e280ccd2 (diff)
removed extra comma in the CURLINFO enum typedef
-rw-r--r--include/curl/curl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 51cad8e7e..e3bcb4377 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -668,7 +668,7 @@ typedef enum {
CURLINFO_REQUEST_SIZE = CURLINFO_LONG + 12,
CURLINFO_SSL_VERIFYRESULT = CURLINFO_LONG + 13,
- CURLINFO_LASTONE = 14,
+ CURLINFO_LASTONE = 14
} CURLINFO;
/*