constify arg_completion_type_t->command

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1242 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2015-08-23 09:51:35 +00:00
parent fddcd0f8d9
commit 13265cd894
1 changed files with 1 additions and 1 deletions

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;