diff options
author | default <nobody@localhost> | 2023-05-24 13:05:43 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2023-05-24 13:05:43 +0200 |
commit | 5d8e370ec39d8345c95f6f2a5d8b6865b429b8fa (patch) | |
tree | fd547eed6164d7e0a028ca1ecb3741d83df96cb8 /html.c | |
parent | 07b9fa90b20aff96a12cf7a4f3bf8158251b8164 (diff) |
More prototype tunnings.
Diffstat (limited to 'html.c')
-rw-r--r-- | html.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |