From 727eaf02d93e2ca7f1752d1dfcdba9fa83e83c5b Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Sat, 30 Nov 2019 18:54:03 +0300 Subject: [magi] fix --- src/cookie.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cookie.h b/src/cookie.h index 764eb53..0430226 100644 --- a/src/cookie.h +++ b/src/cookie.h @@ -21,7 +21,7 @@ struct magi_cookie_list { int magi_cookie_list_add(struct magi_cookie_list ** list, struct magi_cookie * item); -/* First node in list: node.name == name; else null. */ +/* Data of the first node in list: node.name == name; else null. */ char * magi_cookie_list_get(struct magi_cookie_list * list, const char * name); /* Freeing and invalidation of list. */ -- cgit v1.2.3