diff options
Diffstat (limited to 'src/libserver/html_colors.h')
-rw-r--r-- | src/libserver/html_colors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/html_colors.h b/src/libserver/html_colors.h index 78e727d4a..00fa6fed5 100644 --- a/src/libserver/html_colors.h +++ b/src/libserver/html_colors.h @@ -25,7 +25,7 @@ struct rspamd_html_colorname { const gchar *name; }; -const static struct rspamd_html_colorname html_colornames[] = { +static const struct rspamd_html_colorname html_colornames[] = { { {240, 248, 255}, "aliceblue"}, { {250, 235, 215}, "antiquewhite"}, { {255, 239, 219}, "antiquewhite1"}, |