summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-05-24 13:05:43 +0200
committerdefault <nobody@localhost>2023-05-24 13:05:43 +0200
commit5d8e370ec39d8345c95f6f2a5d8b6865b429b8fa (patch)
treefd547eed6164d7e0a028ca1ecb3741d83df96cb8 /html.c
parent07b9fa90b20aff96a12cf7a4f3bf8158251b8164 (diff)
More prototype tunnings.
Diffstat (limited to 'html.c')
-rw-r--r--html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.c b/html.c
index e06a82f..7de26bc 100644
--- a/html.c
+++ b/html.c
@@ -891,7 +891,7 @@ xs_str *html_entry(snac *snac, xs_str *os, const xs_dict *msg, int local,
}
}
- if (strcmp(type, "Question") == 0) {
+ if (strcmp(type, "Question") == 0) { /** question content **/
xs_list *oo = xs_dict_get(msg, "oneOf");
xs_list *ao = xs_dict_get(msg, "anyOf");
xs_list *p;