summaryrefslogtreecommitdiff
path: root/ccss/ccss-style.c
diff options
context:
space:
mode:
Diffstat (limited to 'ccss/ccss-style.c')
-rw-r--r--ccss/ccss-style.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ccss/ccss-style.c b/ccss/ccss-style.c
index 5068bd2..a9c0c57 100644
--- a/ccss/ccss-style.c
+++ b/ccss/ccss-style.c
@@ -290,7 +290,7 @@ ccss_style_set_property_selector (ccss_style_t *self,
/* Hash takes ownership. */
g_hash_table_insert (self->selectors, (gpointer) property, annotation->str);
- g_string_free (annotation, FALSE);
+ g_string_free (annotation, false);
#endif
}