mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
const in css_appliers[]
This commit is contained in:
parent
80f5ec1827
commit
297ad024c3
@ -102,7 +102,7 @@ css_apply_text_align(struct html_context *html_context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*! XXX: Sort like the css_property_type */
|
/*! XXX: Sort like the css_property_type */
|
||||||
static css_applier_T css_appliers[CSS_PT_LAST] = {
|
static const css_applier_T css_appliers[CSS_PT_LAST] = {
|
||||||
/* CSS_PT_NONE */ NULL,
|
/* CSS_PT_NONE */ NULL,
|
||||||
/* CSS_PT_BACKGROUND */ css_apply_background_color,
|
/* CSS_PT_BACKGROUND */ css_apply_background_color,
|
||||||
/* CSS_PT_BACKGROUND_COLOR */ css_apply_background_color,
|
/* CSS_PT_BACKGROUND_COLOR */ css_apply_background_color,
|
||||||
|
Loading…
Reference in New Issue
Block a user