wdvi

network DVI viewer
Log | Files | Refs

commit aa03a4f7be4d48884923c9c26d9798f6454188b2
parent 408f4d503c9b741952ca059101dd66f39affac76
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 16 Sep 2021 05:47:43 +0000

update comment

Diffstat:
Mhttp.c | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/http.c b/http.c @@ -31,7 +31,6 @@ #include "popups.h" /* warning_popup_long() */ #include "util.h" /* xmalloc() */ - #define SSL_BUF_SIZE 16 * 1024 @@ -58,8 +57,8 @@ struct http_headers { * character * - if slash is found the rest of the string is a document path * - * On successful parse a filled in struct url is returned that the caller must - * free, otherwise a NULL pointer is returned. + * On success a struct url pointer is returned that the caller must + * free, otherwise NULL returned. */ static struct url * parse_url(const char dest_url[])