1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

llist: fix a comment after cbae73e1dd

Pointed-it-by: Kevin Ji
URL: cbae73e1dd (commitcomment-21872622)
This commit is contained in:
Daniel Stenberg 2017-04-24 00:54:04 +02:00
parent 6b39f9c87e
commit d87bd46cbf

View File

@ -51,8 +51,6 @@ Curl_llist_init(struct curl_llist *l, curl_llist_dtor dtor)
*
* The 'ne' argument should be a pointer into the object to store.
*
* Returns: 1 on success and 0 on failure.
*
* @unittest: 1300
*/
void