diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-03-03 23:07:41 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2014-03-03 23:07:41 +0100 |
commit | 0b04276e8e917bad961e1178a959483a7aeb5620 (patch) | |
tree | d2b68e59c08bee92b18ab02c8a541d791a29c711 /src/css.hh | |
parent | 5b3ffbcdfb5750ffb191f2c9ad29113797ae5a9b (diff) |
fix clang warning
Diffstat (limited to 'src/css.hh')
-rw-r--r-- | src/css.hh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -143,6 +143,7 @@ inline float CSS_LENGTH_VALUE (CssLength l) { } typedef enum { + CSS_PROPERTY_END = -1, // used as terminator in CssShorthandInfo CSS_PROPERTY_BACKGROUND_ATTACHMENT, CSS_PROPERTY_BACKGROUND_COLOR, CSS_PROPERTY_BACKGROUND_IMAGE, |