struct syscall_vow_map: change 'str' to const char*

Tá an tiomantas seo le fáil i:
Albert S. 2022-01-29 23:10:24 +01:00
tuismitheoir 93acb13929
tiomantas 48b6de9036

Féach ar an gComhad

@ -247,7 +247,7 @@ struct syscall_vow_map
struct str_to_vow_map
{
char *str;
const char *str;
uint64_t value;
};