1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

removed extra comma in the CURLINFO enum typedef

This commit is contained in:
Daniel Stenberg 2000-10-30 23:17:06 +00:00
parent 5c0b2f29b9
commit 1c0fd24a36

View 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;
/*