summaryrefslogtreecommitdiff
path: root/src/parse/properties/background.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties/background.c')
-rw-r--r--src/parse/properties/background.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/background.c b/src/parse/properties/background.c
index 6accdf3..46ddf73 100644
--- a/src/parse/properties/background.c
+++ b/src/parse/properties/background.c
@@ -67,7 +67,7 @@ css_error parse_background_color(css_language *c,
uint32_t required_size;
/* colour | IDENT (transparent, inherit) */
- token= parserutils_vector_peek(vector, *ctx);
+ token = parserutils_vector_peek(vector, *ctx);
if (token == NULL)
return CSS_INVALID;