cgmnlm

colorful gemini line mode browser
git clone https://git.clttr.info/cgmnlm.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 9bd1a7457ea58ddd568fdbe46a1155c28424e8be
parent a61a75f837239bed3aa74331699d301fb93d9da8
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sun, 20 Sep 2020 20:57:26 -0400

Remove obsolete TODO

Diffstat:
Msrc/parser.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/parser.c b/src/parser.c @@ -58,7 +58,6 @@ gemini_parser_next(struct gemini_parser *p, struct gemini_token *tok) *end = 0; } - // TODO: Provide whitespace trimming helper function if (strncmp(p->buf, "=>", 2) == 0) { tok->token = GEMINI_LINK; int i = 2;