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 )
byte *f; byte *f;
char *txt; char *txt;
fs_offset_t len; fs_offset_t len;
char *arg; const char *arg;
if( Cmd_Argc() != 2 ) if( Cmd_Argc() != 2 )
{ {

Loading…
Cancel
Save