[project @ 2004-06-17 21:41:11 by joty]

Added comment on struct form_option::text.

svn path=/import/netsurf/; revision=977
This commit is contained in:
John Tytgat 2004-06-17 21:41:11 +00:00
parent 49b83f0a9b
commit e773536c97

View File

@ -83,7 +83,7 @@ struct form_option {
bool selected;
bool initial_selected;
char* value;
char* text;
char* text; /**< NUL terminated. */
struct form_option* next;
};