struct syscall_vow_map: change 'str' to const char*
This commit is contained in:
bovenliggende
29b5864dd3
commit
5ef54a08b4
2
exile.h
2
exile.h
@ -247,7 +247,7 @@ struct syscall_vow_map
|
||||
|
||||
struct str_to_vow_map
|
||||
{
|
||||
char *str;
|
||||
const char *str;
|
||||
uint64_t value;
|
||||
};
|
||||
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user