mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[html] const in roman_tbl
This commit is contained in:
parent
8c218ffc93
commit
2d09a3fb84
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user