remove const
This commit is contained in:
parent
28511a368e
commit
5edeaeed51
1 changed files with 2 additions and 2 deletions
|
@ -130,8 +130,8 @@ void dbg_init()
|
|||
|
||||
if (wine_get_host_version)
|
||||
{
|
||||
const char* sysname = NULL;
|
||||
const char* release = NULL;
|
||||
char* sysname = NULL;
|
||||
char* release = NULL;
|
||||
|
||||
wine_get_host_version(&sysname, &release);
|
||||
|
||||
|
|
Loading…
Reference in a new issue