struct syscall_vow_map: change 'str' to const char*

This commit is contained in:
Albert S. 2022-01-29 23:10:24 +01:00
rodič 93acb13929
revize 48b6de9036
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

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