]> granicus.if.org Git - curl/commitdiff
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 51cad8e7e2366096703d53f9facaf26ec7edb7db..e3bcb4377c40eebef3847b7f8d591ec48410480d 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;
 
 /*