struct syscall_vow_map: change 'str' to const char*

Este commit está contenido en:
Albert S. 2022-01-29 23:10:24 +01:00
padre 93acb13929
commit 48b6de9036
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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