]> granicus.if.org Git - curl/commitdiff
llist: fix a comment after cbae73e1dd9
authorDaniel Stenberg <daniel@haxx.se>
Sun, 23 Apr 2017 22:54:04 +0000 (00:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 23 Apr 2017 22:54:04 +0000 (00:54 +0200)
Pointed-it-by: Kevin Ji
URL: https://github.com/curl/curl/commit/cbae73e1dd95946597ea74ccb580c30f78e3fa73#commitcomment-21872622

lib/llist.c

index 15cac825a32ddf5884c2c98fca171551bcc35485..06cebb971369420c75168a4566f485d793e2ffc0 100644 (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