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
1 changed files with 1 additions and 1 deletions

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