summaryrefslogtreecommitdiff
path: root/render/form.h
diff options
context:
space:
mode:
authorJohn Tytgat <joty@netsurf-browser.org>2004-06-17 21:41:11 +0000
committerJohn Tytgat <joty@netsurf-browser.org>2004-06-17 21:41:11 +0000
commite773536c974a89b883e9a4ea88f563cffb10a4a3 (patch)
tree3eea27b0a6cd82fe1ac2535e8eb0ffb6adec3d83 /render/form.h
parent49b83f0a9ba21e8bef9266200fac7aed45c9eb73 (diff)
downloadnetsurf-e773536c974a89b883e9a4ea88f563cffb10a4a3.tar.gz
netsurf-e773536c974a89b883e9a4ea88f563cffb10a4a3.tar.bz2
[project @ 2004-06-17 21:41:11 by joty]
Added comment on struct form_option::text. svn path=/import/netsurf/; revision=977
Diffstat (limited to 'render/form.h')
-rw-r--r--render/form.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/form.h b/render/form.h
index 2de0e38e5..bb4dd8bee 100644
--- a/render/form.h
+++ b/render/form.h
@@ -83,7 +83,7 @@ struct form_option {
bool selected;
bool initial_selected;
char* value;
- char* text;
+ char* text; /**< NUL terminated. */
struct form_option* next;
};