1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00

const in css_appliers[]

This commit is contained in:
Kalle Olavi Niemitalo 2007-07-28 02:38:11 +03:00 committed by Kalle Olavi Niemitalo
parent 80f5ec1827
commit 297ad024c3

View File

@ -102,7 +102,7 @@ css_apply_text_align(struct html_context *html_context,
}
/*! 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_BACKGROUND */ css_apply_background_color,
/* CSS_PT_BACKGROUND_COLOR */ css_apply_background_color,