engine: fix const qualifier discard
This commit is contained in:
parent
25c0557f7f
commit
c00e77c02e
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ void Host_Exec_f( void )
|
|||
byte *f;
|
||||
char *txt;
|
||||
fs_offset_t len;
|
||||
char *arg;
|
||||
const char *arg;
|
||||
|
||||
if( Cmd_Argc() != 2 )
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue