mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Redo a small comment.
This commit is contained in:
parent
227150d100
commit
290a03787b
@ -77,10 +77,9 @@ enum option_type {
|
|||||||
OPT_TREE,
|
OPT_TREE,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Defined in bfu/listbox.h, later and session/session.h */
|
struct listbox_item; /* bfu/listbox.h */
|
||||||
struct listbox_item;
|
struct option; /* defined later in this file */
|
||||||
struct option;
|
struct session; /* session/session.h */
|
||||||
struct session;
|
|
||||||
|
|
||||||
union option_value {
|
union option_value {
|
||||||
/* XXX: Keep first to make @options_root initialization possible. */
|
/* XXX: Keep first to make @options_root initialization possible. */
|
||||||
|
Loading…
Reference in New Issue
Block a user