summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2024-01-18 22:30:08 +0100
committerGravatar default2024-01-18 22:30:08 +0100
commit1aff468a552b19ada46d67077b3acd58aa0d0c85 (patch)
tree3f52fd965461314ff3116d287c87823f6e44120d /html.c
parentFixed bad actor value in the button bar for Peertube videos. (diff)
downloadsnac2-1aff468a552b19ada46d67077b3acd58aa0d0c85.tar.gz
snac2-1aff468a552b19ada46d67077b3acd58aa0d0c85.tar.xz
snac2-1aff468a552b19ada46d67077b3acd58aa0d0c85.zip
Deleted breakpoint.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/html.c b/html.c
index 87a96ba..1bc28b7 100644
--- a/html.c
+++ b/html.c
@@ -1774,8 +1774,6 @@ xs_html *html_entry(snac *user, xs_dict *msg, int local,
1774 xs_list *p = v; 1774 xs_list *p = v;
1775 char *url = NULL; 1775 char *url = NULL;
1776 1776
1777 xs_debug();
1778
1779 while (url == NULL && xs_list_iter(&p, &v)) { 1777 while (url == NULL && xs_list_iter(&p, &v)) {
1780 if (xs_type(v) == XSTYPE_DICT) { 1778 if (xs_type(v) == XSTYPE_DICT) {
1781 char *type = xs_dict_get(v, "type"); 1779 char *type = xs_dict_get(v, "type");