cgmnlm

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

commit 49eea555e605e6e0155756ad9739a5729340db81
parent 996bd24225e7a63fd160d1feb9af193225a065b3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Thu,  4 Mar 2021 13:00:07 -0500

Remove useless variable cast

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

diff --git a/src/tofu.c b/src/tofu.c @@ -88,7 +88,6 @@ xt_end_chain(const br_x509_class **ctx) } enum tofu_error error = TOFU_UNTRUSTED_CERT; - (void)error; struct known_host *host = cc->store->known_hosts; while (host) { if (strcmp(host->host, cc->server_name) != 0) {