diff options
Diffstat (limited to 'src/cssparser.cc')
-rw-r--r-- | src/cssparser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc index 071f519f..065eb624 100644 --- a/src/cssparser.cc +++ b/src/cssparser.cc @@ -294,7 +294,7 @@ typedef struct { * determined by the type */ CSS_SHORTHAND_DIRECTIONS, /**< <t>{1,4} */ CSS_SHORTHAND_BORDER, /**< special, used for 'border' */ - CSS_SHORTHAND_FONT, /**< special, used for 'font' */ + CSS_SHORTHAND_FONT /**< special, used for 'font' */ } type; const CssPropertyName *properties; /* CSS_SHORTHAND_MULTIPLE: * must be terminated by |