snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 5bebe5f257140f1c09c8a01c3f6b9bda7f8f20ba
parent 62dfe46bfbc9a9588c33aa2f4818932de0d14345
Author: khm <khm@sciops.net>
Date:   Fri, 16 Feb 2024 11:54:21 -0800

webfinger: fix stupid typo

Diffstat:
Mwebfinger.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webfinger.c b/webfinger.c @@ -186,7 +186,7 @@ int webfinger_get_handler(xs_dict *req, char *q_path, links = xs_list_append(links, aaj); prof = xs_dict_append(prof, "rel", "http://webfinger.net/rel/profile-page"); - prof = xs_dict_append(prof, "type", "text/html"; + prof = xs_dict_append(prof, "type", "text/html"); prof = xs_dict_append(prof, "href", snac.actor); links = xs_list_append(links, prof);