diff options
Diffstat (limited to 'source/html/css-apply.c')
-rw-r--r-- | source/html/css-apply.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/html/css-apply.c b/source/html/css-apply.c index eba9bbc0..81308c82 100644 --- a/source/html/css-apply.c +++ b/source/html/css-apply.c @@ -507,7 +507,7 @@ fz_match_css(fz_context *ctx, fz_css_match *match, fz_css_rule *rule, fz_xml *no add_property(match, prop->name, prop->value, INLINE_SPECIFICITY); prop = prop->next; } - // TODO: free props + // TODO: free props (hitch a ride with fz_css_rule?) } } |