constify arg_completion_type_t->command

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1242 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2015-08-23 09:51:35 +00:00
parent 4a0b97c6ff
commit f857cd4669

View file

@ -819,7 +819,7 @@ extern filelist_item_t *demolist;
typedef struct arg_completion_type_s
{
char *command;
const char *command;
filelist_item_t **filelist;
} arg_completion_type_t;