Add some missing const, from Jere Viikari.

This commit is contained in:
nicm
2026-06-13 20:07:30 +00:00
parent d23a2b7e97
commit 5b6ed54817
4 changed files with 13 additions and 12 deletions

View File

@@ -484,7 +484,7 @@ input_key_vt10x(struct bufferevent *bev, key_code key)
{
struct utf8_data ud;
key_code onlykey;
char *p;
const char *p;
static const char *standard_map[2] = {
"1!9(0)=+;:'\",<.>/-8? 2",
"119900=+;;'',,..\x1f\x1f\x7f\x7f\0\0",