Browse Source

engine: fix const qualifier discard

pull/2/head
Alibek Omarov 3 years ago
parent
commit
c00e77c02e
  1. 2
      engine/common/host.c

2
engine/common/host.c

@ -357,7 +357,7 @@ void Host_Exec_f( void ) @@ -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…
Cancel
Save