removed extra comma in the CURLINFO enum typedef
authorDaniel Stenberg <daniel@haxx.se>
Mon, 30 Oct 2000 23:17:06 +0000 (23:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 30 Oct 2000 23:17:06 +0000 (23:17 +0000)
include/curl/curl.h

index 51cad8e..e3bcb43 100644 (file)
@@ -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;
 
 /*