aboutsummaryrefslogtreecommitdiff
path: root/libs/libtxt/html.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libtxt/html.h')
-rw-r--r--libs/libtxt/html.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libtxt/html.h b/libs/libtxt/html.h
index c1b29f2..ea2cfb8 100644
--- a/libs/libtxt/html.h
+++ b/libs/libtxt/html.h
@@ -21,6 +21,6 @@ struct html_element {
struct element *obj;
};
-int html_render(struct element *container, char *data, u32 length);
+int html_render(struct element *container, char *data, u32 length) NONNULL;
#endif