1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[html] const in roman_tbl

This commit is contained in:
Witold Filipczyk 2022-02-15 17:24:40 +01:00
parent 8c218ffc93
commit 2d09a3fb84

View File

@ -816,7 +816,7 @@ html_ol(struct html_context *html_context, char *a,
static struct {
int n;
char *s;
const char *s;
} roman_tbl[] = {
{1000, "m"},
{999, "im"},