mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-08 20:12:01 +03:00
Fix comment.
svn path=/trunk/netsurf/; revision=11891
This commit is contained in:
parent
3e7ea29e4b
commit
9e1916ad61
@ -116,7 +116,7 @@ typedef enum {
|
|||||||
} box_type;
|
} box_type;
|
||||||
|
|
||||||
|
|
||||||
/** Type of a struct box. */
|
/** Flags for a struct box. */
|
||||||
typedef enum {
|
typedef enum {
|
||||||
NEW_LINE = 1 << 0, /* first inline on a new line */
|
NEW_LINE = 1 << 0, /* first inline on a new line */
|
||||||
STYLE_OWNED = 1 << 1, /* style is owned by this box */
|
STYLE_OWNED = 1 << 1, /* style is owned by this box */
|
||||||
|
Loading…
Reference in New Issue
Block a user