mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +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;
|
||||
|
||||
|
||||
/** Type of a struct box. */
|
||||
/** Flags for a struct box. */
|
||||
typedef enum {
|
||||
NEW_LINE = 1 << 0, /* first inline on a new line */
|
||||
STYLE_OWNED = 1 << 1, /* style is owned by this box */
|
||||
|
Loading…
Reference in New Issue
Block a user