aboutsummaryrefslogtreecommitdiff
path: root/lib/llist.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-04-24 00:54:04 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:24:23 +0000
commitede70d0575c2a9214d44a855dbc155cea2eff00a (patch)
treec1764fe4e206296aeea9c385e62c8c02c1401269 /lib/llist.c
parent00e67b15b1b68f6d13676f7bacbc9f18d18eb763 (diff)
downloadgnurl-ede70d0575c2a9214d44a855dbc155cea2eff00a.tar.gz
gnurl-ede70d0575c2a9214d44a855dbc155cea2eff00a.tar.bz2
gnurl-ede70d0575c2a9214d44a855dbc155cea2eff00a.zip
llist: fix a comment after cbae73e1dd9
Pointed-it-by: Kevin Ji URL: https://github.com/curl/curl/commit/cbae73e1dd95946597ea74ccb580c30f78e3fa73#commitcomment-21872622
Diffstat (limited to 'lib/llist.c')
-rw-r--r--lib/llist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/llist.c b/lib/llist.c
index 15cac825a..06cebb971 100644
--- a/lib/llist.c
+++ b/lib/llist.c
@@ -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