Skip to content
Snippets Groups Projects
Commit 1c0fd24a authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

removed extra comma in the CURLINFO enum typedef

parent 5c0b2f29
No related branches found
No related tags found
No related merge requests found
......@@ -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;
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment